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.
4935 4936 4937 4938 4939 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4935 class GetComponentResponse < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |