Class: Aws::TrustedAdvisor::Types::CheckSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::CheckSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
A summary of an AWS Trusted Advisor Check
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the AWS Trusted Advisor Check.
-
#aws_services ⇒ Array<String>
The AWS Services that the Check applies to.
-
#description ⇒ String
A description of what the AWS Trusted Advisor Check is monitoring.
-
#id ⇒ String
The unique identifier of the AWS Trusted Advisor Check.
-
#metadata ⇒ Hash<String,String>
The column headings for the metadata returned in the resource.
-
#name ⇒ String
The name of the AWS Trusted Advisor Check.
-
#pillars ⇒ Array<String>
The Recommendation pillars that the AWS Trusted Advisor Check falls under.
-
#source ⇒ String
The source of the Recommendation.
Instance Attribute Details
#arn ⇒ String
The ARN of the AWS Trusted Advisor Check
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#aws_services ⇒ Array<String>
The AWS Services that the Check applies to
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of what the AWS Trusted Advisor Check is monitoring
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the AWS Trusted Advisor Check
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
The column headings for the metadata returned in the resource
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the AWS Trusted Advisor Check
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#pillars ⇒ Array<String>
The Recommendation pillars that the AWS Trusted Advisor Check falls under
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source of the Recommendation
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 145 class CheckSummary < Struct.new( :arn, :aws_services, :description, :id, :metadata, :name, :pillars, :source) SENSITIVE = [] include Aws::Structure end |