Class: Aws::Types::GetResourceShareAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceShareAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_share_associations ⇒ ::Array[Types::ResourceShareAssociation]
Returns the value of attribute resource_share_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
236 237 238 |
# File 'sig/types.rbs', line 236 def next_token @next_token end |
#resource_share_associations ⇒ ::Array[Types::ResourceShareAssociation]
Returns the value of attribute resource_share_associations.
235 236 237 |
# File 'sig/types.rbs', line 235 def resource_share_associations @resource_share_associations end |