Class: Aws::Outposts::Types::ListAssetInstancesInput

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

#account_id_filterArray<String>

Filters the results by account ID.

Returns:

  • (Array<String>)


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_filterArray<String>

Filters the results by asset ID.

Returns:

  • (Array<String>)


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_filterArray<String>

Filters the results by Amazon Web Services service.

Returns:

  • (Array<String>)


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_filterArray<String>

Filters the results by instance ID.

Returns:

  • (Array<String>)


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_resultsInteger

The maximum page size.

Returns:

  • (Integer)


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_tokenString

The pagination token.

Returns:

  • (String)


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_identifierString

The ID of the Outpost.

Returns:

  • (String)


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