Class: Aws::AmplifyUIBuilder::Types::UpdateComponentResponse

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 updated component.

Returns:



3335
3336
3337
3338
3339
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3335

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