Module: Aws::Route53RecoveryReadiness::Client::_GetResourceSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #resource_set_arn ⇒ ::String
- #resource_set_name ⇒ ::String
- #resource_set_type ⇒ ::String
- #resources ⇒ ::Array[Types::Resource]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#resource_set_arn ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def resource_set_arn: () -> ::String
|
#resource_set_name ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def resource_set_name: () -> ::String
|
#resource_set_type ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def resource_set_type: () -> ::String
|
#resources ⇒ ::Array[Types::Resource]
306 |
# File 'sig/client.rbs', line 306
def resources: () -> ::Array[Types::Resource]
|
#tags ⇒ ::Hash[::String, ::String]
307 |
# File 'sig/client.rbs', line 307
def tags: () -> ::Hash[::String, ::String]
|