Class: Aws::ServiceCatalog::Types::DescribeProductInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProductInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#id ⇒ String
The product identifier.
-
#name ⇒ String
The product name.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
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 |
#id ⇒ String
The product identifier.
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 |
#name ⇒ String
The product name.
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 |