Class: Aws::WellArchitected::Types::CheckSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_summaryHash<String,Integer>

Account summary associated to the check.

Returns:

  • (Hash<String,Integer>)


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_idString

The ID of a choice.

Returns:

  • (String)


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

#descriptionString

Trusted Advisor check description.

Returns:

  • (String)


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

#idString

Trusted Advisor check ID.

Returns:

  • (String)


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_arnString

Well-Architected Lens ARN associated to the check.

Returns:

  • (String)


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

#nameString

Trusted Advisor check name.

Returns:

  • (String)


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_idString

The ID used to identify a pillar, for example, security.

A pillar is identified by its PillarReviewSummary$PillarId.

Returns:

  • (String)


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

#providerString

Provider of the check related to the best practice.

Returns:

  • (String)


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_idString

The ID of the question.

Returns:

  • (String)


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

#statusString

Status associated to the check.

Returns:

  • (String)


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_atTime

The date and time recorded.

Returns:

  • (Time)


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