Class: Aws::ACM::Types::AcmeAccount

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

Overview

Contains detailed 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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 258

class AcmeAccount < 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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 258

class AcmeAccount < 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>)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 258

class AcmeAccount < 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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 258

class AcmeAccount < 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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 258

class AcmeAccount < 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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 258

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