Class: Aws::Outposts::Types::GetCatalogItemOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_itemTypes::CatalogItem

Information about this catalog item.

Returns:



837
838
839
840
841
# File 'lib/aws-sdk-outposts/types.rb', line 837

class GetCatalogItemOutput < Struct.new(
  :catalog_item)
  SENSITIVE = []
  include Aws::Structure
end