Class: Aws::Outposts::Types::ListCatalogItemsInput

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

#ec2_family_filterArray<String>

Filters the results by EC2 family (for example, M5).

Returns:

  • (Array<String>)


1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1195

class ListCatalogItemsInput < Struct.new(
  :next_token,
  :max_results,
  :item_class_filter,
  :supported_storage_filter,
  :ec2_family_filter)
  SENSITIVE = []
  include Aws::Structure
end

#item_class_filterArray<String>

Filters the results by item class.

Returns:

  • (Array<String>)


1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1195

class ListCatalogItemsInput < Struct.new(
  :next_token,
  :max_results,
  :item_class_filter,
  :supported_storage_filter,
  :ec2_family_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1195

class ListCatalogItemsInput < Struct.new(
  :next_token,
  :max_results,
  :item_class_filter,
  :supported_storage_filter,
  :ec2_family_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1195

class ListCatalogItemsInput < Struct.new(
  :next_token,
  :max_results,
  :item_class_filter,
  :supported_storage_filter,
  :ec2_family_filter)
  SENSITIVE = []
  include Aws::Structure
end

#supported_storage_filterArray<String>

Filters the results by storage option.

Returns:

  • (Array<String>)


1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1195

class ListCatalogItemsInput < Struct.new(
  :next_token,
  :max_results,
  :item_class_filter,
  :supported_storage_filter,
  :ec2_family_filter)
  SENSITIVE = []
  include Aws::Structure
end