Class: Aws::Types::AssociateTrunkInterfaceResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTrunkInterfaceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#interface_association ⇒ Types::TrunkInterfaceAssociation
Returns the value of attribute interface_association.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
761 762 763 |
# File 'sig/types.rbs', line 761 def client_token @client_token end |
#interface_association ⇒ Types::TrunkInterfaceAssociation
Returns the value of attribute interface_association.
760 761 762 |
# File 'sig/types.rbs', line 760 def interface_association @interface_association end |