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.
822 823 824 |
# File 'sig/types.rbs', line 822 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
823 824 825 |
# File 'sig/types.rbs', line 823 def display_name @display_name end |
#value ⇒ ::String
Returns the value of attribute value.
824 825 826 |
# File 'sig/types.rbs', line 824 def value @value end |