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 Amazon Resource Name (ARN) of the access log subscription.

Returns:

  • (String)


3470
3471
3472
3473
3474
3475
# File 'lib/aws-sdk-vpclattice/types.rb', line 3470

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)


3470
3471
3472
3473
3474
3475
# File 'lib/aws-sdk-vpclattice/types.rb', line 3470

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