Class: Aws::AmplifyUIBuilder::Types::GetComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetComponentRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Note:
When making an API call, you may pass GetComponentRequest data as a hash:
{
app_id: "String", # required
environment_name: "String", # required
id: "Uuid", # required
}
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.
4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4921 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.
4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4921 class GetComponentRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the component.
4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4921 class GetComponentRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |