Class: Aws::Types::GetLinkAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLinkAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#link_associations ⇒ ::Array[Types::LinkAssociation]
Returns the value of attribute link_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#link_associations ⇒ ::Array[Types::LinkAssociation]
Returns the value of attribute link_associations.
996 997 998 |
# File 'sig/types.rbs', line 996 def link_associations @link_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
997 998 999 |
# File 'sig/types.rbs', line 997 def next_token @next_token end |