Class: Aws::Types::UserJourney
- Inherits:
-
Object
- Object
- Aws::Types::UserJourney
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#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.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def updated_at @updated_at end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def user_journey_id @user_journey_id end |