Class: Aws::ACM::Types::AcmeExternalAccountBinding

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#acme_endpoint_arnString

The Amazon Resource Name (ARN) of the ACME endpoint.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_atTime

The time at which the external account binding was created.

Returns:

  • (Time)


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_atTime

The time at which the external account binding expires.

Returns:

  • (Time)


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_atTime

The time at which the external account binding was last used.

Returns:

  • (Time)


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_atTime

The time at which the external account binding was revoked.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of the IAM role associated with the external account binding.

Returns:

  • (String)


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_atTime

The time at which the external account binding was last updated.

Returns:

  • (Time)


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