Class: Aws::AmplifyBackend::Types::GetBackendStorageResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendStorageResourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The details for a backend storage resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the S3 bucket.
-
#imported ⇒ Boolean
Returns True if the storage resource has been imported.
-
#permissions ⇒ Types::BackendStoragePermissions
The authorization configuration for the storage S3 bucket.
-
#service_name ⇒ String
The name of the storage service.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2215 class GetBackendStorageResourceConfig < Struct.new( :bucket_name, :imported, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |
#imported ⇒ Boolean
Returns True if the storage resource has been imported.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2215 class GetBackendStorageResourceConfig < Struct.new( :bucket_name, :imported, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Types::BackendStoragePermissions
The authorization configuration for the storage S3 bucket.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2215 class GetBackendStorageResourceConfig < Struct.new( :bucket_name, :imported, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the storage service.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2215 class GetBackendStorageResourceConfig < Struct.new( :bucket_name, :imported, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |