Class: Aws::AmplifyUIBuilder::Types::GetComponentResponse

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

#componentTypes::Component

Represents the configuration settings for the component.

Returns:



2248
2249
2250
2251
2252
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2248

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