Class: Aws::AmplifyBackend::Types::UpdateBackendStorageReqObj

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_configTypes::UpdateBackendStorageResourceConfig

The resource configuration for updating backend storage.



3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3514

class UpdateBackendStorageReqObj < Struct.new(
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the storage resource.

Returns:

  • (String)


3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3514

class UpdateBackendStorageReqObj < Struct.new(
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end