Class: Aws::DataExchange::Types::ListRevisionAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListRevisionAssetsResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::AssetEntry>
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#assets ⇒ Array<Types::AssetEntry>
1727 1728 1729 1730 1731 1732 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1727 class ListRevisionAssetsResponse < Struct.new( :assets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
1727 1728 1729 1730 1731 1732 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1727 class ListRevisionAssetsResponse < Struct.new( :assets, :next_token) SENSITIVE = [] include Aws::Structure end |