Class: Aws::Types::UpdateUserJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserJourneyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def policy_arn @policy_arn end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def user_journey_id @user_journey_id end |