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)


817
818
819
820
821
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 817

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