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.
1779 1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1779 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
1779 1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1779 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of components to retrieve.
1779 1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1779 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
1779 1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1779 class ListComponentsRequest < Struct.new( :app_id, :environment_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |