Class: Aws::Types::UserProficiency
- Inherits:
-
Object
- Object
- Aws::Types::UserProficiency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
-
#level ⇒ ::Float
Returns the value of attribute level.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
9111 9112 9113 |
# File 'sig/types.rbs', line 9111 def attribute_name @attribute_name end |
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
9112 9113 9114 |
# File 'sig/types.rbs', line 9112 def attribute_value @attribute_value end |
#level ⇒ ::Float
Returns the value of attribute level.
9113 9114 9115 |
# File 'sig/types.rbs', line 9113 def level @level end |