Module: Aws::QuickSight::Client::_DescribeSelfUpgradeConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSelfUpgradeConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #request_id ⇒ ::String
- #self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
- #status ⇒ ::Integer
Instance Method Details
#request_id ⇒ ::String
2160 |
# File 'sig/client.rbs', line 2160
def request_id: () -> ::String
|
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
2159 |
# File 'sig/client.rbs', line 2159
def self_upgrade_configuration: () -> Types::SelfUpgradeConfiguration
|
#status ⇒ ::Integer
2161 |
# File 'sig/client.rbs', line 2161
def status: () -> ::Integer
|