Class: Aws::AmplifyUIBuilder::Types::ComponentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ComponentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Contains a summary of a component. This is a read-only data type that is returned by ‘ListComponents`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app associated with the component.
-
#component_type ⇒ String
The component type.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#id ⇒ String
The unique ID of the component.
-
#name ⇒ String
The name of the component.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app associated with the component.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 984 class ComponentSummary < Struct.new( :app_id, :environment_name, :id, :name, :component_type) SENSITIVE = [] include Aws::Structure end |
#component_type ⇒ String
The component type.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 984 class ComponentSummary < Struct.new( :app_id, :environment_name, :id, :name, :component_type) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 984 class ComponentSummary < Struct.new( :app_id, :environment_name, :id, :name, :component_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the component.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 984 class ComponentSummary < Struct.new( :app_id, :environment_name, :id, :name, :component_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the component.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 984 class ComponentSummary < Struct.new( :app_id, :environment_name, :id, :name, :component_type) SENSITIVE = [] include Aws::Structure end |