Class: Aws::Types::AgentAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AgentAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
Instance Attribute Details
#first_name ⇒ ::String
Returns the value of attribute first_name.
249 250 251 |
# File 'sig/types.rbs', line 249 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
250 251 252 |
# File 'sig/types.rbs', line 250 def last_name @last_name end |