Class: Aws::AmplifyBackend::Types::UpdateBackendStorageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendStorageRequest
- 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::UpdateBackendStorageResourceConfig
The resource configuration for updating backend storage.
- #resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3536 class UpdateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3536 class UpdateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::UpdateBackendStorageResourceConfig
The resource configuration for updating backend storage.
3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3536 class UpdateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3536 class UpdateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |