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.
12813 12814 12815 |
# File 'sig/types.rbs', line 12813 def failed_key_registration @failed_key_registration end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12815 12816 12817 |
# File 'sig/types.rbs', line 12815 def request_id @request_id end |
#successful_key_registration ⇒ ::Array[Types::SuccessfulKeyRegistrationEntry]
Returns the value of attribute successful_key_registration.
12814 12815 12816 |
# File 'sig/types.rbs', line 12814 def successful_key_registration @successful_key_registration end |