Class: Aws::Support::Types::TrustedAdvisorCheckDescription

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

Overview

The description and metadata for a Trusted Advisor check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category ⇒ String

The category of the Trusted Advisor check.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1953

class TrustedAdvisorCheckDescription < Struct.new(
  :id,
  :name,
  :description,
  :category,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1953

class TrustedAdvisorCheckDescription < Struct.new(
  :id,
  :name,
  :description,
  :category,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1953

class TrustedAdvisorCheckDescription < Struct.new(
  :id,
  :name,
  :description,
  :category,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadata ⇒ Array<String>

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

Returns:

  • (Array<String>)


1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1953

class TrustedAdvisorCheckDescription < Struct.new(
  :id,
  :name,
  :description,
  :category,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The display name for the Trusted Advisor check.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1953

class TrustedAdvisorCheckDescription < Struct.new(
  :id,
  :name,
  :description,
  :category,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end