Class: Aws::AmplifyBackend::Types::GetBackendStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendStorageResponse
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_environment_name ⇒ String
-
#resource_config ⇒ Types::GetBackendStorageResourceConfig
The details for a backend storage resource.
-
#resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
2985 2986 2987 2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2985 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2985 2986 2987 2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2985 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::GetBackendStorageResourceConfig
The details for a backend storage resource.
2985 2986 2987 2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2985 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2985 2986 2987 2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2985 class GetBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |