Class: Aws::Support::Types::TrustedAdvisorCheckDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::TrustedAdvisorCheckDescription
- 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
-
#category ⇒ String
The category of the Trusted Advisor check.
-
#description ⇒ String
The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).
-
#id ⇒ String
The unique identifier for the Trusted Advisor check.
-
#metadata ⇒ Array<String>
The column headings for the data returned by the Trusted Advisor check.
-
#name ⇒ String
The display name for the Trusted Advisor check.
Instance Attribute Details
#category ⇒ String
The category of the Trusted Advisor check.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1494 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).
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1494 class TrustedAdvisorCheckDescription < Struct.new( :id, :name, :description, :category, :metadata) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the Trusted Advisor check.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1494 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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1494 class TrustedAdvisorCheckDescription < Struct.new( :id, :name, :description, :category, :metadata) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name for the Trusted Advisor check.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1494 class TrustedAdvisorCheckDescription < Struct.new( :id, :name, :description, :category, :metadata) SENSITIVE = [] include Aws::Structure end |