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.
586 587 588 |
# File 'sig/types.rbs', line 586 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
587 588 589 |
# File 'sig/types.rbs', line 587 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
588 589 590 |
# File 'sig/types.rbs', line 588 def name @name end |
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
589 590 591 |
# File 'sig/types.rbs', line 589 def settings @settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
590 591 592 |
# File 'sig/types.rbs', line 590 def @tags end |