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.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1825

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

#idString

The product identifier.

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1825

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

#nameString

The product name.

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1825

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