Class: Aws::VPCLattice::Types::DeleteAccessLogSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteAccessLogSubscriptionRequest
- 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.
Instance Attribute Details
#access_log_subscription_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the access log subscription.
817 818 819 820 821 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 817 class DeleteAccessLogSubscriptionRequest < Struct.new( :access_log_subscription_identifier) SENSITIVE = [] include Aws::Structure end |