Class: Aws::Types::CreatePresetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePresetRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
598 599 600 |
# File 'sig/types.rbs', line 598 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
599 600 601 |
# File 'sig/types.rbs', line 599 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
600 601 602 |
# File 'sig/types.rbs', line 600 def name @name end |
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
601 602 603 |
# File 'sig/types.rbs', line 601 def settings @settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
602 603 604 |
# File 'sig/types.rbs', line 602 def @tags end |