Module: Aws::DevOpsGuru::Client::_DescribeResourceCollectionHealthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeResourceCollectionHealthResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_formation ⇒ ::Array[Types::CloudFormationHealth]
- #next_token ⇒ ::String
- #service ⇒ ::Array[Types::ServiceHealth]
- #tags ⇒ ::Array[Types::TagHealth]
Instance Method Details
#cloud_formation ⇒ ::Array[Types::CloudFormationHealth]
225 |
# File 'sig/client.rbs', line 225
def cloud_formation: () -> ::Array[Types::CloudFormationHealth]
|
#next_token ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def next_token: () -> ::String
|
#service ⇒ ::Array[Types::ServiceHealth]
226 |
# File 'sig/client.rbs', line 226
def service: () -> ::Array[Types::ServiceHealth]
|
#tags ⇒ ::Array[Types::TagHealth]
228 |
# File 'sig/client.rbs', line 228
def tags: () -> ::Array[Types::TagHealth]
|