Class: Aws::Types::DescribeKeyRegistrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKeyRegistrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
Returns the value of attribute key_registration.
-
#q_data_key ⇒ Types::QDataKey
Returns the value of attribute q_data_key.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4850 4851 4852 |
# File 'sig/types.rbs', line 4850 def aws_account_id @aws_account_id end |
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
Returns the value of attribute key_registration.
4851 4852 4853 |
# File 'sig/types.rbs', line 4851 def key_registration @key_registration end |
#q_data_key ⇒ Types::QDataKey
Returns the value of attribute q_data_key.
4852 4853 4854 |
# File 'sig/types.rbs', line 4852 def q_data_key @q_data_key end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4853 4854 4855 |
# File 'sig/types.rbs', line 4853 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4854 4855 4856 |
# File 'sig/types.rbs', line 4854 def status @status end |