Class: Aws::Types::UseCase
- Inherits:
-
Object
- Object
- Aws::Types::UseCase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
876 877 878 |
# File 'sig/types.rbs', line 876 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
877 878 879 |
# File 'sig/types.rbs', line 877 def display_name @display_name end |
#value ⇒ ::String
Returns the value of attribute value.
878 879 880 |
# File 'sig/types.rbs', line 878 def value @value end |