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

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)


3458
3459
3460
3461
3462
3463
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3458

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)


3458
3459
3460
3461
3462
3463
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3458

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