Class: Aws::Types::Preset
- Inherits:
-
Object
- Object
- Aws::Types::Preset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
-
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def arn @arn end |
#category ⇒ ::String
Returns the value of attribute category.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def category @category end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def description @description end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def name @name end |
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def settings @settings end |
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def type @type end |