Class: Aws::AmplifyBackend::Types::ImportBackendStorageReqObj

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

#bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


2448
2449
2450
2451
2452
2453
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2448

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

#service_nameString

The name of the storage service.

Returns:

  • (String)


2448
2449
2450
2451
2452
2453
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2448

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