Class: Aws::AmplifyUIBuilder::Types::GetComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#id ⇒ String
The unique ID of the component.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app.
2234 2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2234 class GetComponentRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
2234 2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2234 class GetComponentRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the component.
2234 2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2234 class GetComponentRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |