Class: Aws::Outposts::Types::ListAssetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListAssetsOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::AssetInfo>
Information about the hardware assets.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#assets ⇒ Array<Types::AssetInfo>
Information about the hardware assets.
1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1401 class ListAssetsOutput < Struct.new( :assets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1401 class ListAssetsOutput < Struct.new( :assets, :next_token) SENSITIVE = [] include Aws::Structure end |