Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about the revocations used by a trust store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number_of_revoked_entries ⇒ Integer
The number of revoked certificates.
-
#revocation_id ⇒ Integer
The revocation ID of a revocation file in use.
-
#revocation_type ⇒ String
The type of revocation file.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#number_of_revoked_entries ⇒ Integer
The number of revoked certificates.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1707 class DescribeTrustStoreRevocation < Struct.new( :trust_store_arn, :revocation_id, :revocation_type, :number_of_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#revocation_id ⇒ Integer
The revocation ID of a revocation file in use.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1707 class DescribeTrustStoreRevocation < Struct.new( :trust_store_arn, :revocation_id, :revocation_type, :number_of_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#revocation_type ⇒ String
The type of revocation file.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1707 class DescribeTrustStoreRevocation < Struct.new( :trust_store_arn, :revocation_id, :revocation_type, :number_of_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1707 class DescribeTrustStoreRevocation < Struct.new( :trust_store_arn, :revocation_id, :revocation_type, :number_of_revoked_entries) SENSITIVE = [] include Aws::Structure end |