Class: Aws::AmplifyBackend::Types::GetBackendStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendStorageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #app_id ⇒ String
- #backend_environment_name ⇒ String
-
#resource_config ⇒ Types::GetBackendStorageResourceConfig
The details for a backend storage resource.
- #resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2268 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2268 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::GetBackendStorageResourceConfig
The details for a backend storage resource.
2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2268 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2268 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |