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 How to Ensure Idempotency.

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2541

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.



2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2541

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