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

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_itemTypes::CatalogItem

Information about this catalog item.

Returns:



706
707
708
709
710
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 706

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