Class: Aws::AmplifyBackend::Types::BackendAPICodegenReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::BackendAPICodegenReqObj
- 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_name ⇒ String
The name of this resource.
Instance Attribute Details
#resource_name ⇒ String
The name of this resource.
96 97 98 99 100 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 96 class BackendAPICodegenReqObj < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |