Class: Aws::Types::CreateUserJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserJourneyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
236 237 238 |
# File 'sig/types.rbs', line 236 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
234 235 236 |
# File 'sig/types.rbs', line 234 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
233 234 235 |
# File 'sig/types.rbs', line 233 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
235 236 237 |
# File 'sig/types.rbs', line 235 def policy_arn @policy_arn end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def system_arn @system_arn end |