Class: Aws::Types::KxUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


815
816
817
# File 'sig/types.rbs', line 815

def create_timestamp
  @create_timestamp
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def iam_role
  @iam_role
end

#update_timestamp::Time

Returns the value of attribute update_timestamp.

Returns:

  • (::Time)


816
817
818
# File 'sig/types.rbs', line 816

def update_timestamp
  @update_timestamp
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def user_name
  @user_name
end