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)


229
230
231
# File 'sig/types.rbs', line 229

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def system_arn
  @system_arn
end