Class: Aws::VPCLattice::Types::UpdateAccessLogSubscriptionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the access log subscription.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3487

class UpdateAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :destination_arn,
  :id,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

The Amazon Resource Name (ARN) of the access log destination.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3487

class UpdateAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :destination_arn,
  :id,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the access log subscription.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3487

class UpdateAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :destination_arn,
  :id,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the access log subscription.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3487

class UpdateAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :destination_arn,
  :id,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3487

class UpdateAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :destination_arn,
  :id,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end