Class: Aws::VPCLattice::Types::UpdateAccessLogSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateAccessLogSubscriptionResponse
- Defined in:
- gems/aws-sdk-vpclattice/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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
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 |
#id ⇒ String
The ID of the access log subscription.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
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_id ⇒ String
The ID of the resource.
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 |