Class: Aws::ACM::Types::AcmeAccountSummary

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

Overview

Contains summary information about an ACME account.

Constant Summary collapse

SENSITIVE =
[:contacts]

Instance Attribute Summary collapse

Instance Attribute Details

#account_urlString

The URL of the ACME account.

Returns:

  • (String)


298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 298

class AcmeAccountSummary < Struct.new(
  :account_url,
  :public_key_thumbprint,
  :status,
  :created_at,
  :acme_external_account_binding_arn,
  :contacts)
  SENSITIVE = [:contacts]
  include Aws::Structure
end

#acme_external_account_binding_arnString

The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.

Returns:

  • (String)


298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 298

class AcmeAccountSummary < Struct.new(
  :account_url,
  :public_key_thumbprint,
  :status,
  :created_at,
  :acme_external_account_binding_arn,
  :contacts)
  SENSITIVE = [:contacts]
  include Aws::Structure
end

#contactsArray<String>

The contact information for the ACME account.

Returns:

  • (Array<String>)


298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 298

class AcmeAccountSummary < Struct.new(
  :account_url,
  :public_key_thumbprint,
  :status,
  :created_at,
  :acme_external_account_binding_arn,
  :contacts)
  SENSITIVE = [:contacts]
  include Aws::Structure
end

#created_atTime

The time at which the ACME account was created.

Returns:

  • (Time)


298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 298

class AcmeAccountSummary < Struct.new(
  :account_url,
  :public_key_thumbprint,
  :status,
  :created_at,
  :acme_external_account_binding_arn,
  :contacts)
  SENSITIVE = [:contacts]
  include Aws::Structure
end

#public_key_thumbprintString

The thumbprint of the public key associated with the ACME account.

Returns:

  • (String)


298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 298

class AcmeAccountSummary < Struct.new(
  :account_url,
  :public_key_thumbprint,
  :status,
  :created_at,
  :acme_external_account_binding_arn,
  :contacts)
  SENSITIVE = [:contacts]
  include Aws::Structure
end

#statusString

The status of the ACME account.

Returns:

  • (String)


298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 298

class AcmeAccountSummary < Struct.new(
  :account_url,
  :public_key_thumbprint,
  :status,
  :created_at,
  :acme_external_account_binding_arn,
  :contacts)
  SENSITIVE = [:contacts]
  include Aws::Structure
end