Class: Aws::AmplifyBackend::Types::GetBackendReqObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The request object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backend_environment_nameString

The name of the backend environment.

Returns:

  • (String)


2061
2062
2063
2064
2065
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2061

class GetBackendReqObj < Struct.new(
  :backend_environment_name)
  SENSITIVE = []
  include Aws::Structure
end