Class: Aws::WellArchitected::Types::CheckDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Account details for a Well-Architected best practice in relation to Trusted Advisor checks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

An Amazon Web Services account ID.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#choice_id ⇒ String

The ID of a choice.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

Trusted Advisor check description.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#flagged_resources ⇒ Integer

Count of flagged resources associated to the check.

Returns:

  • (Integer)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

Trusted Advisor check ID.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#lens_arn ⇒ String

Well-Architected Lens ARN associated to the check.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

Trusted Advisor check name.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  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.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#provider ⇒ String

Provider of the check related to the best practice.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#question_id ⇒ String

The ID of the question.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#reason ⇒ String

Reason associated to the check.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

Status associated to the check.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time when the check was last updated.

Returns:

  • (Time)


819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 819

class CheckDetail < Struct.new(
  :id,
  :name,
  :description,
  :provider,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id,
  :status,
  :account_id,
  :flagged_resources,
  :reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end