Class: Aws::AmplifyBackend::Types::UpdateBackendStorageResourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The resource configuration for updating backend storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissionsTypes::BackendStoragePermissions

The authorization configuration for the storage S3 bucket.



3557
3558
3559
3560
3561
3562
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3557

class UpdateBackendStorageResourceConfig < Struct.new(
  :permissions,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the storage service.

Returns:

  • (String)


3557
3558
3559
3560
3561
3562
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3557

class UpdateBackendStorageResourceConfig < Struct.new(
  :permissions,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end