Module: Aws::AmplifyBackend::Client::_GetBackendStorageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBackendStorageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_id ⇒ ::String
- #backend_environment_name ⇒ ::String
- #resource_config ⇒ Types::GetBackendStorageResourceConfig
- #resource_name ⇒ ::String
Instance Method Details
#app_id ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def backend_environment_name: () -> ::String
|
#resource_config ⇒ Types::GetBackendStorageResourceConfig
425 |
# File 'sig/client.rbs', line 425
def resource_config: () -> Types::GetBackendStorageResourceConfig
|
#resource_name ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def resource_name: () -> ::String
|