Class: Aws::ACM::Types::AcmeExternalAccountBinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::AcmeExternalAccountBinding
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Contains detailed information about an ACME external account binding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
-
#acme_external_account_binding_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME external account binding.
-
#created_at ⇒ Time
The time at which the external account binding was created.
-
#expires_at ⇒ Time
The time at which the external account binding expires.
-
#last_used_at ⇒ Time
The time at which the external account binding was last used.
-
#revoked_at ⇒ Time
The time at which the external account binding was revoked.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role associated with the external account binding.
-
#updated_at ⇒ Time
The time at which the external account binding was last updated.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#acme_external_account_binding_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME external account binding.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the external account binding was created.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The time at which the external account binding expires.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#last_used_at ⇒ Time
The time at which the external account binding was last used.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#revoked_at ⇒ Time
The time at which the external account binding was revoked.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role associated with the external account binding.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the external account binding was last updated.
574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 574 class AcmeExternalAccountBinding < Struct.new( :acme_external_account_binding_arn, :acme_endpoint_arn, :role_arn, :expires_at, :revoked_at, :last_used_at, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |