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
2037 |
# File 'sig/client.rbs', line 2037
def aws_account_id: () -> ::String
|
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
2038 |
# File 'sig/client.rbs', line 2038
def key_registration: () -> ::Array[Types::RegisteredCustomerManagedKey]
|
#q_data_key ⇒ Types::QDataKey
2039 |
# File 'sig/client.rbs', line 2039
def q_data_key: () -> Types::QDataKey
|
#request_id ⇒ ::String
2040 |
# File 'sig/client.rbs', line 2040
def request_id: () -> ::String
|
#status ⇒ ::Integer
2041 |
# File 'sig/client.rbs', line 2041
def status: () -> ::Integer
|