Class: Aws::AmplifyUIBuilder::Types::GetComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetComponentResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component ⇒ Types::Component
Represents the configuration settings for the component.
Instance Attribute Details
#component ⇒ Types::Component
Represents the configuration settings for the component.
2248 2249 2250 2251 2252 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2248 class GetComponentResponse < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |