Class: Aws::EC2::Types::AssociateTrunkInterfaceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateTrunkInterfaceResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#interface_association ⇒ Types::TrunkInterfaceAssociation
Information about the association between the trunk network interface and branch network interface.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
2706 2707 2708 2709 2710 2711 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2706 class AssociateTrunkInterfaceResult < Struct.new( :interface_association, :client_token) SENSITIVE = [] include Aws::Structure end |
#interface_association ⇒ Types::TrunkInterfaceAssociation
Information about the association between the trunk network interface and branch network interface.
2706 2707 2708 2709 2710 2711 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2706 class AssociateTrunkInterfaceResult < Struct.new( :interface_association, :client_token) SENSITIVE = [] include Aws::Structure end |