Class: Aws::ElasticLoadBalancingV2::Types::TrustStoreRevocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::TrustStoreRevocation
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a revocation file in use 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 the revocation file.
-
#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.
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4462 class TrustStoreRevocation < 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 the revocation file.
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4462 class TrustStoreRevocation < 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.
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4462 class TrustStoreRevocation < 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.
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4462 class TrustStoreRevocation < Struct.new( :trust_store_arn, :revocation_id, :revocation_type, :number_of_revoked_entries) SENSITIVE = [] include Aws::Structure end |