Class: Aws::Resiliencehubv2::Types::UserJourney
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UserJourney
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents a user journey that defines a critical path through a system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the user journey was created.
-
#description ⇒ String
Resource description.
-
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
-
#policy_arn ⇒ String
ARN identifier.
-
#updated_at ⇒ Time
The timestamp when the user journey was last updated.
-
#user_journey_id ⇒ String
The unique identifier of the user journey.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the user journey was created.
4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4868 class UserJourney < Struct.new( :user_journey_id, :name, :description, :policy_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description.
4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4868 class UserJourney < Struct.new( :user_journey_id, :name, :description, :policy_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4868 class UserJourney < Struct.new( :user_journey_id, :name, :description, :policy_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4868 class UserJourney < Struct.new( :user_journey_id, :name, :description, :policy_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the user journey was last updated.
4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4868 class UserJourney < Struct.new( :user_journey_id, :name, :description, :policy_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#user_journey_id ⇒ String
The unique identifier of the user journey.
4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4868 class UserJourney < Struct.new( :user_journey_id, :name, :description, :policy_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |