Class: Aws::VPCLattice::Types::DeleteAccessLogSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_log_subscription_identifierString

The ID or ARN of the access log subscription.

Returns:

  • (String)


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