Class: Aws::Types::SuperuserParameters
- Inherits:
-
Object
- Object
- Aws::Types::SuperuserParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#email_address ⇒ ::String
Returns the value of attribute email_address.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def email_address @email_address end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def last_name @last_name end |