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.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def updated_at @updated_at end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def user_journey_id @user_journey_id end |