Class: Aws::Outposts::Types::ListAssetsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::AssetInfo>

Information about the hardware assets.

Returns:



1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1725

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1725

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