Module: Aws::AppRegistry::Client::_GetAssociatedResourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssociatedResourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_tag_result ⇒ Types::ApplicationTagResult
- #options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
- #resource ⇒ Types::Resource
Instance Method Details
#application_tag_result ⇒ Types::ApplicationTagResult
203 |
# File 'sig/client.rbs', line 203
def application_tag_result: () -> Types::ApplicationTagResult
|
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
202 |
# File 'sig/client.rbs', line 202
def options: () -> ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
|
#resource ⇒ Types::Resource
201 |
# File 'sig/client.rbs', line 201
def resource: () -> Types::Resource
|