Class: Aws::ACM::Types::GetAcmeExternalAccountBindingCredentialsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:mac_key]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The key identifier for the external account binding credentials.

Returns:

  • (String)


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_keyString

The MAC key for the external account binding credentials.

Returns:

  • (String)


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