Class: Aws::Support::Types::DescribeTrustedAdvisorCheckResultRequest

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

#check_idString

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1092

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

#languageString

The ISO 639-1 code for the language that you want your check results 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)


1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1092

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