Module: Aws::MigrationHubStrategyRecommendations::Client::_GetServerDetailsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServerDetailsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_applications ⇒ ::Array[Types::AssociatedApplication]
- #next_token ⇒ ::String
- #server_detail ⇒ Types::ServerDetail
Instance Method Details
#associated_applications ⇒ ::Array[Types::AssociatedApplication]
179 |
# File 'sig/client.rbs', line 179
def associated_applications: () -> ::Array[Types::AssociatedApplication]
|
#next_token ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def next_token: () -> ::String
|
#server_detail ⇒ Types::ServerDetail
181 |
# File 'sig/client.rbs', line 181
def server_detail: () -> Types::ServerDetail
|