Class: Aws::VPCLattice::Types::UpdateAccessLogSubscriptionRequest

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)


4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-vpclattice/types.rb', line 4905

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

#destination_arnString

The Amazon Resource Name (ARN) of the access log destination.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-vpclattice/types.rb', line 4905

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