Class: Aws::Outposts::Types::GetCatalogItemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetCatalogItemInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_item_id ⇒ String
The ID of the catalog item.
Instance Attribute Details
#catalog_item_id ⇒ String
The ID of the catalog item.
802 803 804 805 806 |
# File 'lib/aws-sdk-outposts/types.rb', line 802 class GetCatalogItemInput < Struct.new( :catalog_item_id) SENSITIVE = [] include Aws::Structure end |