Class: Aws::Resiliencehubv2::Types::Finding
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::Finding
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents a resilience finding from a failure mode assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A user-provided comment about the finding.
-
#description ⇒ String
Resource description.
-
#failure_category ⇒ String
The failure category of the finding.
-
#finding_id ⇒ String
The unique identifier of the finding.
-
#infrastructure_and_code_recommendations ⇒ Array<Types::InfrastructureAndCodeRecommendation>
Infrastructure and code recommendations to address the finding.
-
#name ⇒ String
The name of the finding.
-
#observability_recommendations ⇒ Array<Types::ObservabilityRecommendation>
Observability recommendations to address the finding.
-
#policy_component ⇒ String
The policy component associated with the finding.
-
#reasoning ⇒ String
The reasoning behind the finding.
-
#service_functions ⇒ Array<String>
The service functions associated with the finding.
-
#severity ⇒ String
The severity of the finding.
-
#status ⇒ String
The current status of the finding.
-
#testing_recommendations ⇒ Array<Types::TestingRecommendation>
Testing recommendations to address the finding.
-
#updated_at ⇒ Time
The timestamp when the finding was last updated.
Instance Attribute Details
#comment ⇒ String
A user-provided comment about the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#failure_category ⇒ String
The failure category of the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#finding_id ⇒ String
The unique identifier of the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#infrastructure_and_code_recommendations ⇒ Array<Types::InfrastructureAndCodeRecommendation>
Infrastructure and code recommendations to address the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#observability_recommendations ⇒ Array<Types::ObservabilityRecommendation>
Observability recommendations to address the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_component ⇒ String
The policy component associated with the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#reasoning ⇒ String
The reasoning behind the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#service_functions ⇒ Array<String>
The service functions associated with the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#testing_recommendations ⇒ Array<Types::TestingRecommendation>
Testing recommendations to address the finding.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the finding was last updated.
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1327 class Finding < Struct.new( :finding_id, :name, :description, :failure_category, :status, :reasoning, :comment, :severity, :service_functions, :policy_component, :infrastructure_and_code_recommendations, :observability_recommendations, :testing_recommendations, :updated_at) SENSITIVE = [] include Aws::Structure end |