Class: Aws::AmplifyBackend::Types::ImportBackendStorageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendStorageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#app_id ⇒ String
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2469 class ImportBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :bucket_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2469 class ImportBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :bucket_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#bucket_name ⇒ String
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2469 class ImportBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :bucket_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2469 class ImportBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :bucket_name, :service_name) SENSITIVE = [] include Aws::Structure end |