Class: Aws::AmplifyUIBuilder::Types::ExportComponentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::Component>

Represents the configuration of the exported components.

Returns:



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_tokenString

The pagination token that's included if more results are available.

Returns:

  • (String)


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