Class: Aws::Support::Types::DescribeTrustedAdvisorChecksRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#languageString

The ISO 639-1 code for the language that you want your checks to appear in.

The Amazon Web Services Support API currently supports the following languages for Trusted Advisor:

  • Chinese, Simplified - ‘zh`

  • Chinese, Traditional - ‘zh_TW`

  • English - ‘en`

  • French - ‘fr`

  • German - ‘de`

  • Indonesian - ‘id`

  • Italian - ‘it`

  • Japanese - ‘ja`

  • Korean - ‘ko`

  • Portuguese, Brazilian - ‘pt_BR`

  • Spanish - ‘es`

Returns:

  • (String)


1183
1184
1185
1186
1187
# File 'lib/aws-sdk-support/types.rb', line 1183

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