Class: Aws::Types::UpdateKeyRegistrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyRegistrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_key_registration ⇒ ::Array[Types::FailedKeyRegistrationEntry]
Returns the value of attribute failed_key_registration.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#successful_key_registration ⇒ ::Array[Types::SuccessfulKeyRegistrationEntry]
Returns the value of attribute successful_key_registration.
Instance Attribute Details
#failed_key_registration ⇒ ::Array[Types::FailedKeyRegistrationEntry]
Returns the value of attribute failed_key_registration.
12371 12372 12373 |
# File 'sig/types.rbs', line 12371 def failed_key_registration @failed_key_registration end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12373 12374 12375 |
# File 'sig/types.rbs', line 12373 def request_id @request_id end |
#successful_key_registration ⇒ ::Array[Types::SuccessfulKeyRegistrationEntry]
Returns the value of attribute successful_key_registration.
12372 12373 12374 |
# File 'sig/types.rbs', line 12372 def successful_key_registration @successful_key_registration end |