Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name, :email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#api_access"ENABLED", "DISABLED"

Returns the value of attribute api_access.

Returns:

  • ("ENABLED", "DISABLED")


628
629
630
# File 'sig/types.rbs', line 628

def api_access
  @api_access
end

#api_access_principal_arn::String

Returns the value of attribute api_access_principal_arn.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def api_access_principal_arn
  @api_access_principal_arn
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


630
631
632
# File 'sig/types.rbs', line 630

def create_time
  @create_time
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def email_address
  @email_address
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def first_name
  @first_name
end

#last_disabled_time::Integer

Returns the value of attribute last_disabled_time.

Returns:

  • (::Integer)


632
633
634
# File 'sig/types.rbs', line 632

def last_disabled_time
  @last_disabled_time
end

#last_enabled_time::Integer

Returns the value of attribute last_enabled_time.

Returns:

  • (::Integer)


631
632
633
# File 'sig/types.rbs', line 631

def last_enabled_time
  @last_enabled_time
end

#last_login_time::Integer

Returns the value of attribute last_login_time.

Returns:

  • (::Integer)


634
635
636
# File 'sig/types.rbs', line 634

def 
  @last_login_time
end

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


633
634
635
# File 'sig/types.rbs', line 633

def last_modified_time
  @last_modified_time
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def last_name
  @last_name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ENABLED", "DISABLED")


623
624
625
# File 'sig/types.rbs', line 623

def status
  @status
end

#type"SUPER_USER", "APP_USER"

Returns the value of attribute type.

Returns:

  • ("SUPER_USER", "APP_USER")


627
628
629
# File 'sig/types.rbs', line 627

def type
  @type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def user_id
  @user_id
end