Class: Aws::AmplifyUIBuilder::Types::CreateComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateComponentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity ⇒ Types::Component
Describes the configuration of the new component.
Instance Attribute Details
#entity ⇒ Types::Component
Describes the configuration of the new component.
1130 1131 1132 1133 1134 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1130 class CreateComponentResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |