Class: Aws::ACM::Types::GetAcmeExternalAccountBindingCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::GetAcmeExternalAccountBindingCredentialsResponse
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:mac_key]
Instance Attribute Summary collapse
-
#key_id ⇒ String
The key identifier for the external account binding credentials.
-
#mac_key ⇒ String
The MAC key for the external account binding credentials.
Instance Attribute Details
#key_id ⇒ String
The key identifier for the external account binding credentials.
2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2264 class GetAcmeExternalAccountBindingCredentialsResponse < Struct.new( :key_id, :mac_key) SENSITIVE = [:mac_key] include Aws::Structure end |
#mac_key ⇒ String
The MAC key for the external account binding credentials.
2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2264 class GetAcmeExternalAccountBindingCredentialsResponse < Struct.new( :key_id, :mac_key) SENSITIVE = [:mac_key] include Aws::Structure end |