Module: Aws::QuickSight::Client::_DescribeKeyRegistrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeKeyRegistrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_account_id ⇒ ::String
- #key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
- #q_data_key ⇒ Types::QDataKey
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#aws_account_id ⇒ ::String
2291 |
# File 'sig/client.rbs', line 2291
def aws_account_id: () -> ::String
|
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
2292 |
# File 'sig/client.rbs', line 2292
def key_registration: () -> ::Array[Types::RegisteredCustomerManagedKey]
|
#q_data_key ⇒ Types::QDataKey
2293 |
# File 'sig/client.rbs', line 2293
def q_data_key: () -> Types::QDataKey
|
#request_id ⇒ ::String
2294 |
# File 'sig/client.rbs', line 2294
def request_id: () -> ::String
|
#status ⇒ ::Integer
2295 |
# File 'sig/client.rbs', line 2295
def status: () -> ::Integer
|