Class: Aws::Resiliencehubv2::Types::StartFailureModeAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StartFailureModeAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier of the started assessment.
-
#assessment_status ⇒ String
The status of the started assessment.
-
#service_arn ⇒ String
ARN identifier.
-
#started_at ⇒ Time
The timestamp when the assessment started.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier of the started assessment.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927 class StartFailureModeAssessmentResponse < Struct.new( :assessment_id, :service_arn, :assessment_status, :started_at) SENSITIVE = [] include Aws::Structure end |
#assessment_status ⇒ String
The status of the started assessment.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927 class StartFailureModeAssessmentResponse < Struct.new( :assessment_id, :service_arn, :assessment_status, :started_at) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927 class StartFailureModeAssessmentResponse < Struct.new( :assessment_id, :service_arn, :assessment_status, :started_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the assessment started.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927 class StartFailureModeAssessmentResponse < Struct.new( :assessment_id, :service_arn, :assessment_status, :started_at) SENSITIVE = [] include Aws::Structure end |