Class: Aws::AmplifyUIBuilder::Types::ListComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ListComponentsResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::ComponentSummary>
The list of components for the Amplify app.
-
#next_token ⇒ String
The pagination token that's included if more results are available.
Instance Attribute Details
#entities ⇒ Array<Types::ComponentSummary>
The list of components for the Amplify app.
1948 1949 1950 1951 1952 1953 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1948 class ListComponentsResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's included if more results are available.
1948 1949 1950 1951 1952 1953 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1948 class ListComponentsResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |