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>)


905
906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 905

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>)


905
906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 905

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)


905
906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 905

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)


905
906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 905

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>)


905
906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 905

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