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)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def updated_at
  @updated_at
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def user_journey_id
  @user_journey_id
end