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)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def policy_arn
  @policy_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def updated_at
  @updated_at
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def user_journey_id
  @user_journey_id
end