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
2120 |
# File 'sig/client.rbs', line 2120
def aws_account_id: () -> ::String
|
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
2121 |
# File 'sig/client.rbs', line 2121
def key_registration: () -> ::Array[Types::RegisteredCustomerManagedKey]
|
#q_data_key ⇒ Types::QDataKey
2122 |
# File 'sig/client.rbs', line 2122
def q_data_key: () -> Types::QDataKey
|
#request_id ⇒ ::String
2123 |
# File 'sig/client.rbs', line 2123
def request_id: () -> ::String
|
#status ⇒ ::Integer
2124 |
# File 'sig/client.rbs', line 2124
def status: () -> ::Integer
|