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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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)


1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1386

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