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.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def name @name end |
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def settings @settings end |