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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#app_id ⇒ String
2187 2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2187 class GetBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2187 2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2187 class GetBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2187 2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2187 class GetBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_name) SENSITIVE = [] include Aws::Structure end |