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:



1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1121

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1121

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