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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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 Amazon Resource Name (ARN) of the access log subscription.

Returns:

  • (String)


825
826
827
828
829
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 825

class DeleteAccessLogSubscriptionRequest < Struct.new(
  :access_log_subscription_identifier)
  SENSITIVE = []
  include Aws::Structure
end