Class: Aws::ServiceCatalog::Types::DescribeProductInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1854

class DescribeProductInput < Struct.new(
  :accept_language,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The product identifier.

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1854

class DescribeProductInput < Struct.new(
  :accept_language,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The product name.

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1854

class DescribeProductInput < Struct.new(
  :accept_language,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end