Class: Aws::Outposts::Types::GetCatalogItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetCatalogItemOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_item ⇒ Types::CatalogItem
Information about this catalog item.
Instance Attribute Details
#catalog_item ⇒ Types::CatalogItem
Information about this catalog item.
814 815 816 817 818 |
# File 'lib/aws-sdk-outposts/types.rb', line 814 class GetCatalogItemOutput < Struct.new( :catalog_item) SENSITIVE = [] include Aws::Structure end |