Class: Aws::AmplifyUIBuilder::Types::CreateComponentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::Component

Describes the configuration of the new component.

Returns:



1130
1131
1132
1133
1134
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1130

class CreateComponentResponse < Struct.new(
  :entity)
  SENSITIVE = []
  include Aws::Structure
end