Class: Aws::Outposts::Types::ListCatalogItemsOutput

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

#catalog_itemsArray<Types::CatalogItem>

Information about the catalog items.

Returns:



1215
1216
1217
1218
1219
1220
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1215

class ListCatalogItemsOutput < Struct.new(
  :catalog_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1215

class ListCatalogItemsOutput < Struct.new(
  :catalog_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end