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 ARN of the access log subscription.
Instance Attribute Details
#access_log_subscription_identifier ⇒ String
The ID or ARN of the access log subscription.
1176 1177 1178 1179 1180 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1176 class DeleteAccessLogSubscriptionRequest < Struct.new( :access_log_subscription_identifier) SENSITIVE = [] include Aws::Structure end |