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.
229 230 231 |
# File 'sig/types.rbs', line 229 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
226 227 228 |
# File 'sig/types.rbs', line 226 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
228 229 230 |
# File 'sig/types.rbs', line 228 def policy_arn @policy_arn end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def system_arn @system_arn end |