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

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_item_idString

The ID of the catalog item.

Returns:

  • (String)


694
695
696
697
698
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 694

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