Class: Aws::DataExchange::Types::ListRevisionAssetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::AssetEntry>

The asset objects listed by the request.

Returns:



2987
2988
2989
2990
2991
2992
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2987

class ListRevisionAssetsResponse < Struct.new(
  :assets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


2987
2988
2989
2990
2991
2992
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2987

class ListRevisionAssetsResponse < Struct.new(
  :assets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end