Class: Aws::Types::AwsTeamMember
- Inherits:
-
Object
- Object
- Aws::Types::AwsTeamMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_title ⇒ "AWSSalesRep", ...
Returns the value of attribute business_title.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
Instance Attribute Details
#business_title ⇒ "AWSSalesRep", ...
Returns the value of attribute business_title.
187 188 189 |
# File 'sig/types.rbs', line 187 def business_title @business_title end |
#email ⇒ ::String
Returns the value of attribute email.
184 185 186 |
# File 'sig/types.rbs', line 184 def email @email end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
185 186 187 |
# File 'sig/types.rbs', line 185 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def last_name @last_name end |