Class: Aws::AmplifyBackend::Types::UpdateBackendStorageResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendStorageResourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The resource configuration for updating backend storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions ⇒ Types::BackendStoragePermissions
The authorization configuration for the storage S3 bucket.
-
#service_name ⇒ String
The name of the storage service.
Instance Attribute Details
#permissions ⇒ Types::BackendStoragePermissions
The authorization configuration for the storage S3 bucket.
3557 3558 3559 3560 3561 3562 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3557 class UpdateBackendStorageResourceConfig < Struct.new( :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the storage service.
3557 3558 3559 3560 3561 3562 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3557 class UpdateBackendStorageResourceConfig < Struct.new( :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |