Class: Aws::AmplifyBackend::Types::RemoveBackendAuthReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::RemoveBackendAuthReqObj
- Includes:
- Structure
- Defined in:
- 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.
2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2847 class RemoveBackendAuthReqObj < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |