Class: Aws::AmplifyBackend::Types::CreateBackendConfigReqObj

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_manager_app_idString

The app ID for the backend manager.

Returns:

  • (String)


1044
1045
1046
1047
1048
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1044

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