Module: Aws::AppStream::Client::_DescribeSoftwareAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSoftwareAssociationsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_resource ⇒ ::String
- #next_token ⇒ ::String
- #software_associations ⇒ ::Array[Types::SoftwareAssociations]
Instance Method Details
#associated_resource ⇒ ::String
894 |
# File 'sig/client.rbs', line 894
def associated_resource: () -> ::String
|
#next_token ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def next_token: () -> ::String
|
#software_associations ⇒ ::Array[Types::SoftwareAssociations]
895 |
# File 'sig/client.rbs', line 895
def software_associations: () -> ::Array[Types::SoftwareAssociations]
|