Class: Aws::ServiceCatalog::Types::DescribeProductViewInput

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

Overview

Note:

When making an API call, you may pass DescribeProductViewInput data as a hash:

{
  accept_language: "AcceptLanguage",
  id: "Id", # required
}

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)


2199
2200
2201
2202
2203
2204
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2199

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

#idString

The product view identifier.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2199

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