Class: Aws::AmplifyBackend::Types::BackendAPIReqObj

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

#resource_configTypes::BackendAPIResourceConfig

Defines the resource configuration for the data model in your Amplify project.



169
170
171
172
173
174
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 169

class BackendAPIReqObj < Struct.new(
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of this resource.

Returns:

  • (String)


169
170
171
172
173
174
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 169

class BackendAPIReqObj < Struct.new(
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end