Class: Aws::Types::UserJourneySummary

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)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def updated_at
  @updated_at
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def user_journey_id
  @user_journey_id
end