Class: Aws::Types::UpdateOperation
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
Instance Attribute Details
#excluded ⇒ Boolean
Returns the value of attribute excluded.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def excluded @excluded end |
#name ⇒ ::String
Returns the value of attribute name.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def name @name end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def properties @properties end |