Class: Aws::Types::UpdateUserJourneyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def policy_arn
  @policy_arn
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def system_arn
  @system_arn
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def user_journey_id
  @user_journey_id
end