Class: Aws::AmplifyBackend::Types::UpdateBackendStorageReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendStorageReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_config ⇒ Types::UpdateBackendStorageResourceConfig
The resource configuration for updating backend storage.
-
#resource_name ⇒ String
The name of the storage resource.
Instance Attribute Details
#resource_config ⇒ Types::UpdateBackendStorageResourceConfig
The resource configuration for updating backend storage.
3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3514 class UpdateBackendStorageReqObj < Struct.new( :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the storage resource.
3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3514 class UpdateBackendStorageReqObj < Struct.new( :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |