Class: Aws::AmplifyBackend::Types::BackendAPIReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::BackendAPIReqObj
- 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
-
#resource_config ⇒ Types::BackendAPIResourceConfig
Defines the resource configuration for the data model in your Amplify project.
-
#resource_name ⇒ String
The name of this resource.
Instance Attribute Details
#resource_config ⇒ Types::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_name ⇒ String
The name of this resource.
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 |