Class: Aws::Types::UserJourneySummary
- Inherits:
-
Object
- Object
- Aws::Types::UserJourneySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def updated_at @updated_at end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def user_journey_id @user_journey_id end |