Class: Aws::AmplifyBackend::Types::GetBackendStorageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendStorageRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Note:
When making an API call, you may pass GetBackendStorageRequest data as a hash:
{
app_id: "__string", # required
backend_environment_name: "__string", # required
resource_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#app_id ⇒ String
2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2904 class GetBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2904 class GetBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2904 class GetBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_name) SENSITIVE = [] include Aws::Structure end |