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