Class: Aws::Outposts::Types::ListAssetInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListAssetInstancesOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_instances ⇒ Array<Types::AssetInstance>
List of instances owned by all accounts on the Outpost.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#asset_instances ⇒ Array<Types::AssetInstance>
List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.
1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1352 class ListAssetInstancesOutput < Struct.new( :asset_instances, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1352 class ListAssetInstancesOutput < Struct.new( :asset_instances, :next_token) SENSITIVE = [] include Aws::Structure end |