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
2078 |
# File 'sig/client.rbs', line 2078
def aws_account_id: () -> ::String
|
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
2079 |
# File 'sig/client.rbs', line 2079
def key_registration: () -> ::Array[Types::RegisteredCustomerManagedKey]
|
#q_data_key ⇒ Types::QDataKey
2080 |
# File 'sig/client.rbs', line 2080
def q_data_key: () -> Types::QDataKey
|
#request_id ⇒ ::String
2081 |
# File 'sig/client.rbs', line 2081
def request_id: () -> ::String
|
#status ⇒ ::Integer
2082 |
# File 'sig/client.rbs', line 2082
def status: () -> ::Integer
|