Class: Aws::Resiliencehubv2::Types::FindingSummary

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

Overview

Contains summary information about a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Resource description.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_categoryString

The failure category of the finding.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

The unique identifier of the finding.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the finding.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_componentString

The policy component associated with the finding.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the finding.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the finding.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the finding was last updated.

Returns:

  • (Time)


1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1654

class FindingSummary < Struct.new(
  :service_arn,
  :finding_id,
  :name,
  :description,
  :failure_category,
  :severity,
  :status,
  :policy_component,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end