Class: Aws::Types::UpdatePresetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePresetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def name @name end |
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def settings @settings end |