Class: Aws::AmplifyUIBuilder::Types::ExportComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExportComponentsResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::Component>
Represents the configuration of the exported components.
-
#next_token ⇒ String
The pagination token that's included if more results are available.
Instance Attribute Details
#entities ⇒ Array<Types::Component>
Represents the configuration of the exported components.
1492 1493 1494 1495 1496 1497 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1492 class ExportComponentsResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's included if more results are available.
1492 1493 1494 1495 1496 1497 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1492 class ExportComponentsResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |