Module: Aws::Route53RecoveryReadiness::Client::_GetArchitectureRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetArchitectureRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_audit_timestamp ⇒ ::Time
- #next_token ⇒ ::String
- #recommendations ⇒ ::Array[Types::Recommendation]
Instance Method Details
#last_audit_timestamp ⇒ ::Time
191 |
# File 'sig/client.rbs', line 191
def last_audit_timestamp: () -> ::Time
|
#next_token ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def next_token: () -> ::String
|
#recommendations ⇒ ::Array[Types::Recommendation]
193 |
# File 'sig/client.rbs', line 193
def recommendations: () -> ::Array[Types::Recommendation]
|