Class: Aws::AmplifyBackend::Types::ImportBackendStorageReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendStorageReqObj
- 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
-
#bucket_name ⇒ String
The name of the S3 bucket.
-
#service_name ⇒ String
The name of the storage service.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket.
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_name ⇒ String
The name of the storage service.
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 |