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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/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)


1173
1174
1175
1176
1177
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1173

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