Class: Aws::AmplifyUIBuilder::Types::ListComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ListComponentsRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the Amplify app.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#max_results ⇒ Integer
The maximum number of components to retrieve.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
2481 2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
2481 2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of components to retrieve.
2481 2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
2481 2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |