Class: Aws::Types::UpdateKeyRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyRegistrationRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12365 12366 12367 |
# File 'sig/types.rbs', line 12365 def aws_account_id @aws_account_id end |
#key_registration ⇒ ::Array[Types::RegisteredCustomerManagedKey]
Returns the value of attribute key_registration.
12366 12367 12368 |
# File 'sig/types.rbs', line 12366 def key_registration @key_registration end |