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
2204 |
# File 'sig/client.rbs', line 2204
def request_id: () -> ::String
|
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
2203 |
# File 'sig/client.rbs', line 2203
def self_upgrade_configuration: () -> Types::SelfUpgradeConfiguration
|
#status ⇒ ::Integer
2205 |
# File 'sig/client.rbs', line 2205
def status: () -> ::Integer
|