Class: Aws::WellArchitected::Types::CheckSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CheckSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Trusted Advisor check summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_summary ⇒ Hash<String,Integer>
Account summary associated to the check.
-
#choice_id ⇒ String
The ID of a choice.
-
#description ⇒ String
Trusted Advisor check description.
-
#id ⇒ String
Trusted Advisor check ID.
-
#lens_arn ⇒ String
Well-Architected Lens ARN associated to the check.
-
#name ⇒ String
Trusted Advisor check name.
-
#pillar_id ⇒ String
The ID used to identify a pillar, for example,
security
. -
#provider ⇒ String
Provider of the check related to the best practice.
-
#question_id ⇒ String
The ID of the question.
-
#status ⇒ String
Status associated to the check.
-
#updated_at ⇒ Time
The date and time recorded.
Instance Attribute Details
#account_summary ⇒ Hash<String,Integer>
Account summary associated to the check.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#choice_id ⇒ String
The ID of a choice.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Trusted Advisor check description.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Trusted Advisor check ID.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#lens_arn ⇒ String
Well-Architected Lens ARN associated to the check.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Trusted Advisor check name.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#pillar_id ⇒ String
The ID used to identify a pillar, for example, security
.
A pillar is identified by its PillarReviewSummary$PillarId.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
Provider of the check related to the best practice.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#question_id ⇒ String
The ID of the question.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status associated to the check.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time recorded.
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 481 class CheckSummary < Struct.new( :id, :name, :provider, :description, :updated_at, :lens_arn, :pillar_id, :question_id, :choice_id, :status, :account_summary) SENSITIVE = [] include Aws::Structure end |