Class: Aws::Types::CreateUserJourneyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def system_arn
  @system_arn
end