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_id ⇒ String

The ID of the catalog item.

Returns:

  • (String)


1112
1113
1114
1115
1116
# File 'lib/aws-sdk-outposts/types.rb', line 1112

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