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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

#categoryString

The category of the Trusted Advisor check.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'lib/aws-sdk-support/types.rb', line 1495

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

#descriptionString

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

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'lib/aws-sdk-support/types.rb', line 1495

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

#idString

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'lib/aws-sdk-support/types.rb', line 1495

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

#metadataArray<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>)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'lib/aws-sdk-support/types.rb', line 1495

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

#nameString

The display name for the Trusted Advisor check.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'lib/aws-sdk-support/types.rb', line 1495

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