Class: Aws::VPCLattice::Types::UpdateAccessLogSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateAccessLogSubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
-
#id ⇒ String
The ID of the access log subscription.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
-
#resource_id ⇒ String
The ID of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
3499 3500 3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3499 class UpdateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
3499 3500 3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3499 class UpdateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the access log subscription.
3499 3500 3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3499 class UpdateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
3499 3500 3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3499 class UpdateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
3499 3500 3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3499 class UpdateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |