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)


5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5464

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

#destination_arnString

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

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5464

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

#idString

The ID of the access log subscription.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5464

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

#resource_arnString

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

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5464

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5464

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