Class: Aws::Outposts::Types::GetCatalogItemInput

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_item_idString

The ID of the catalog item.

Returns:

  • (String)


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