Class: Aws::Types::DescribeTrunkInterfaceAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrunkInterfaceAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interface_associations ⇒ ::Array[Types::TrunkInterfaceAssociation]
Returns the value of attribute interface_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#interface_associations ⇒ ::Array[Types::TrunkInterfaceAssociation]
Returns the value of attribute interface_associations.
7528 7529 7530 |
# File 'sig/types.rbs', line 7528 def interface_associations @interface_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7529 7530 7531 |
# File 'sig/types.rbs', line 7529 def next_token @next_token end |