Class: Aws::Types::UserByPermissionGroup
- Inherits:
-
Object
- Object
- Aws::Types::UserByPermissionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
-
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#membership_status ⇒ "ADDITION_IN_PROGRESS", ...
Returns the value of attribute membership_status.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
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.
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.
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.
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.
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.
647 648 649 |
# File 'sig/types.rbs', line 647 def membership_status @membership_status end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
640 641 642 |
# File 'sig/types.rbs', line 640 def status @status end |
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
644 645 646 |
# File 'sig/types.rbs', line 644 def type @type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
639 640 641 |
# File 'sig/types.rbs', line 639 def user_id @user_id end |