Class: Aws::AmplifyBackend::Types::GetBackendStorageRequest

Inherits:
Struct
  • Object
show all
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_idString

Returns:

  • (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_nameString

Returns:

  • (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_nameString

Returns:

  • (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