Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocation

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

Overview

Information about the revocations used by a trust store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_revoked_entriesInteger

The number of revoked certificates.

Returns:

  • (Integer)


1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1537

class DescribeTrustStoreRevocation < Struct.new(
  :trust_store_arn,
  :revocation_id,
  :revocation_type,
  :number_of_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#revocation_idInteger

The revocation ID of a revocation file in use.

Returns:

  • (Integer)


1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1537

class DescribeTrustStoreRevocation < Struct.new(
  :trust_store_arn,
  :revocation_id,
  :revocation_type,
  :number_of_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#revocation_typeString

The type of revocation file.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1537

class DescribeTrustStoreRevocation < Struct.new(
  :trust_store_arn,
  :revocation_id,
  :revocation_type,
  :number_of_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The Amazon Resource Name (ARN) of the trust store.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1537

class DescribeTrustStoreRevocation < Struct.new(
  :trust_store_arn,
  :revocation_id,
  :revocation_type,
  :number_of_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end