Class: Aws::EC2::Types::AssociateTrunkInterfaceResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2533

class AssociateTrunkInterfaceResult < Struct.new(
  :interface_association,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#interface_associationTypes::TrunkInterfaceAssociation

Information about the association between the trunk network interface and branch network interface.



2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2533

class AssociateTrunkInterfaceResult < Struct.new(
  :interface_association,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end