Class: Aws::ElasticLoadBalancingV2::Types::TrustStore
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::TrustStore
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a trust store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the trust store.
-
#number_of_ca_certificates ⇒ Integer
The number of ca certificates in the trust store.
-
#status ⇒ String
The current status of the trust store.
-
#total_revoked_entries ⇒ Integer
The number of revoked certificates in the trust store.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#name ⇒ String
The name of the trust store.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4546 class TrustStore < Struct.new( :name, :trust_store_arn, :status, :number_of_ca_certificates, :total_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#number_of_ca_certificates ⇒ Integer
The number of ca certificates in the trust store.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4546 class TrustStore < Struct.new( :name, :trust_store_arn, :status, :number_of_ca_certificates, :total_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the trust store.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4546 class TrustStore < Struct.new( :name, :trust_store_arn, :status, :number_of_ca_certificates, :total_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#total_revoked_entries ⇒ Integer
The number of revoked certificates in the trust store.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4546 class TrustStore < Struct.new( :name, :trust_store_arn, :status, :number_of_ca_certificates, :total_revoked_entries) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4546 class TrustStore < Struct.new( :name, :trust_store_arn, :status, :number_of_ca_certificates, :total_revoked_entries) SENSITIVE = [] include Aws::Structure end |