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.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def policy_arn @policy_arn end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def user_journey_id @user_journey_id end |