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 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 ARN of the access log subscription.
4905 4906 4907 4908 4909 4910 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4905 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.
4905 4906 4907 4908 4909 4910 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4905 class UpdateAccessLogSubscriptionRequest < Struct.new( :access_log_subscription_identifier, :destination_arn) SENSITIVE = [] include Aws::Structure end |