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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1130

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