Class: Aws::Types::DescribeSelfUpgradeConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSelfUpgradeConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
Returns the value of attribute self_upgrade_configuration.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def request_id @request_id end |
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
Returns the value of attribute self_upgrade_configuration.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def self_upgrade_configuration @self_upgrade_configuration end |
#status ⇒ ::Integer
Returns the value of attribute status.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def status @status end |