Class: Aws::AmplifyUIBuilder::Types::UpdateComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateComponentResponse
- 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 updated component.
Instance Attribute Details
#entity ⇒ Types::Component
Describes the configuration of the updated component.
3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3335 class UpdateComponentResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |