Class: Aws::Types::GetAcmeExternalAccountBindingCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAcmeExternalAccountBindingCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#mac_key ⇒ ::String
Returns the value of attribute mac_key.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def key_id @key_id end |
#mac_key ⇒ ::String
Returns the value of attribute mac_key.
618 619 620 |
# File 'sig/types.rbs', line 618 def mac_key @mac_key end |