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.
5206 5207 5208 |
# File 'sig/types.rbs', line 5206 def request_id @request_id end |
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
Returns the value of attribute self_upgrade_configuration.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def self_upgrade_configuration @self_upgrade_configuration end |
#status ⇒ ::Integer
Returns the value of attribute status.
5207 5208 5209 |
# File 'sig/types.rbs', line 5207 def status @status end |