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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1613

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