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.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def updated_at @updated_at end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def user_journey_id @user_journey_id end |