Class: Aws::ElasticLoadBalancingV2::Types::TrustStore

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

Overview

Information about a trust store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the trust store.

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4161

class TrustStore < Struct.new(
  :name,
  :trust_store_arn,
  :status,
  :number_of_ca_certificates,
  :total_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_ca_certificatesInteger

The number of ca certificates in the trust store.

Returns:

  • (Integer)


4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4161

class TrustStore < Struct.new(
  :name,
  :trust_store_arn,
  :status,
  :number_of_ca_certificates,
  :total_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the trust store.

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4161

class TrustStore < Struct.new(
  :name,
  :trust_store_arn,
  :status,
  :number_of_ca_certificates,
  :total_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#total_revoked_entriesInteger

The number of revoked certificates in the trust store.

Returns:

  • (Integer)


4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4161

class TrustStore < Struct.new(
  :name,
  :trust_store_arn,
  :status,
  :number_of_ca_certificates,
  :total_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

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

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4161

class TrustStore < Struct.new(
  :name,
  :trust_store_arn,
  :status,
  :number_of_ca_certificates,
  :total_revoked_entries)
  SENSITIVE = []
  include Aws::Structure
end