Class: Aws::Types::UserJourney

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2065
2066
2067
# File 'sig/types.rbs', line 2065

def policy_arn
  @policy_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def updated_at
  @updated_at
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def user_journey_id
  @user_journey_id
end