Class: Aws::DataExchange::Types::ListRevisionAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListRevisionAssetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::AssetEntry>
The asset objects listed by the request.
-
#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>
The asset objects listed by the request.
2972 2973 2974 2975 2976 2977 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2972 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.
2972 2973 2974 2975 2976 2977 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2972 class ListRevisionAssetsResponse < Struct.new( :assets, :next_token) SENSITIVE = [] include Aws::Structure end |