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.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def arn @arn end |
#category ⇒ ::String
Returns the value of attribute category.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def category @category end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def description @description end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def name @name end |
#settings ⇒ Types::PresetSettings
Returns the value of attribute settings.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def settings @settings end |
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def type @type end |