Class: Aws::Outposts::Types::ListCatalogItemsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListCatalogItemsInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_family_filter ⇒ Array<String>
Filters the results by EC2 family (for example, M5).
-
#item_class_filter ⇒ Array<String>
Filters the results by item class.
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#supported_storage_filter ⇒ Array<String>
Filters the results by storage option.
Instance Attribute Details
#ec2_family_filter ⇒ Array<String>
Filters the results by EC2 family (for example, M5).
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_filter ⇒ Array<String>
Filters the results by item class.
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_results ⇒ Integer
The maximum page size.
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_token ⇒ String
The pagination token.
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_filter ⇒ Array<String>
Filters the results by storage option.
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 |