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