Class: Aws::AmplifyBackend::Types::CreateBackendStorageReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendStorageReqObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#resource_config ⇒ Types::CreateBackendStorageResourceConfig
The resource configuration for creating backend storage.
-
#resource_name ⇒ String
The name of the storage resource.
Instance Attribute Details
#backend_environment_name ⇒ String
The name of the backend environment.
1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1264 class CreateBackendStorageReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::CreateBackendStorageResourceConfig
The resource configuration for creating backend storage.
1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1264 class CreateBackendStorageReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the storage resource.
1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1264 class CreateBackendStorageReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |