Class: Aws::Types::UserByPermissionGroup

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")


645
646
647
# File 'sig/types.rbs', line 645

def api_access
  @api_access
end

#api_access_principal_arn::String

Returns the value of attribute api_access_principal_arn.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def api_access_principal_arn
  @api_access_principal_arn
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def email_address
  @email_address
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def last_name
  @last_name
end

#membership_status"ADDITION_IN_PROGRESS", ...

Returns the value of attribute membership_status.

Returns:

  • ("ADDITION_IN_PROGRESS", "ADDITION_SUCCESS", "REMOVAL_IN_PROGRESS")


647
648
649
# File 'sig/types.rbs', line 647

def membership_status
  @membership_status
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


640
641
642
# File 'sig/types.rbs', line 640

def status
  @status
end

#type"SUPER_USER", "APP_USER"

Returns the value of attribute type.

Returns:

  • ("SUPER_USER", "APP_USER")


644
645
646
# File 'sig/types.rbs', line 644

def type
  @type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def user_id
  @user_id
end