Class: Aws::VPCLattice::Types::UpdateAccessLogSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateAccessLogSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_log_subscription_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the access log subscription.
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
Instance Attribute Details
#access_log_subscription_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the access log subscription.
3470 3471 3472 3473 3474 3475 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3470 class UpdateAccessLogSubscriptionRequest < Struct.new( :access_log_subscription_identifier, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
3470 3471 3472 3473 3474 3475 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3470 class UpdateAccessLogSubscriptionRequest < Struct.new( :access_log_subscription_identifier, :destination_arn) SENSITIVE = [] include Aws::Structure end |