Class: Aws::Types::SoftwareUpdateOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::SoftwareUpdateOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::SoftwareUpdateOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::SoftwareUpdateOptions
Returns the value of attribute options.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def status @status end |