Class: Aws::ACM::Types::AcmeAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::AcmeAccount
- 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
-
#account_url ⇒ String
The URL of the ACME account.
-
#acme_external_account_binding_arn ⇒ String
The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.
-
#contacts ⇒ Array<String>
The contact information for the ACME account.
-
#created_at ⇒ Time
The time at which the ACME account was created.
-
#public_key_thumbprint ⇒ String
The thumbprint of the public key associated with the ACME account.
-
#status ⇒ String
The status of the ACME account.
Instance Attribute Details
#account_url ⇒ String
The URL of the ACME account.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.
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 |
#contacts ⇒ Array<String>
The contact information for the ACME account.
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_at ⇒ Time
The time at which the ACME account was created.
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_thumbprint ⇒ String
The thumbprint of the public key associated with the ACME account.
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 |
#status ⇒ String
The status of the ACME account.
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 |