Class: Aws::Resiliencehubv2::Types::UserJourneySummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Contains summary information about a user journey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the user journey was created.

Returns:

  • (Time)


4918
4919
4920
4921
4922
4923
4924
4925
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4918

class UserJourneySummary < Struct.new(
  :user_journey_id,
  :name,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Entity label (not part of ARN — spaces allowed).

Returns:

  • (String)


4918
4919
4920
4921
4922
4923
4924
4925
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4918

class UserJourneySummary < Struct.new(
  :user_journey_id,
  :name,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the user journey was last updated.

Returns:

  • (Time)


4918
4919
4920
4921
4922
4923
4924
4925
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4918

class UserJourneySummary < Struct.new(
  :user_journey_id,
  :name,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#user_journey_idString

The unique identifier of the user journey.

Returns:

  • (String)


4918
4919
4920
4921
4922
4923
4924
4925
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4918

class UserJourneySummary < Struct.new(
  :user_journey_id,
  :name,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end