Class: Aws::Outposts::Types::ListAssetInstancesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListAssetInstancesInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id_filter ⇒ Array<String>
Filters the results by account ID.
-
#asset_id_filter ⇒ Array<String>
Filters the results by asset ID.
-
#aws_service_filter ⇒ Array<String>
Filters the results by Amazon Web Services service.
-
#instance_type_filter ⇒ Array<String>
Filters the results by instance ID.
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_identifier ⇒ String
The ID of the Outpost.
Instance Attribute Details
#account_id_filter ⇒ Array<String>
Filters the results by account ID.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#asset_id_filter ⇒ Array<String>
Filters the results by asset ID.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#aws_service_filter ⇒ Array<String>
Filters the results by Amazon Web Services service.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#instance_type_filter ⇒ Array<String>
Filters the results by instance ID.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum page size.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID of the Outpost.
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1329 class ListAssetInstancesInput < Struct.new( :outpost_identifier, :asset_id_filter, :instance_type_filter, :account_id_filter, :aws_service_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |