Class: Aws::AmplifyBackend::Types::GetBackendStorageRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendStorageRespObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#resource_config ⇒ Types::GetBackendStorageResourceConfig
The resource configuration for the backend storage resource.
-
#resource_name ⇒ String
The name of the storage resource.
Instance Attribute Details
#app_id ⇒ String
The app ID.
2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2244 class GetBackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2244 class GetBackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::GetBackendStorageResourceConfig
The resource configuration for the backend storage resource.
2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2244 class GetBackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the storage resource.
2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2244 class GetBackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |