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)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def policy_arn
  @policy_arn
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def system_arn
  @system_arn
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def user_journey_id
  @user_journey_id
end