Class: Aws::Outposts::Types::ListCatalogItemsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListCatalogItemsOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_items ⇒ Array<Types::CatalogItem>
Information about the catalog items.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#catalog_items ⇒ Array<Types::CatalogItem>
Information about the catalog items.
1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1463 class ListCatalogItemsOutput < Struct.new( :catalog_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1463 class ListCatalogItemsOutput < Struct.new( :catalog_items, :next_token) SENSITIVE = [] include Aws::Structure end |