Class: Aws::ElasticLoadBalancingV2::Types::TrustStoreRevocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#number_of_revoked_entriesInteger

The number of revoked certificates.

Returns:

  • (Integer)


4223
4224
4225
4226
4227
4228
4229
4230
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4223

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

#revocation_idInteger

The revocation ID of the revocation file.

Returns:

  • (Integer)


4223
4224
4225
4226
4227
4228
4229
4230
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4223

class TrustStoreRevocation < 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)


4223
4224
4225
4226
4227
4228
4229
4230
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4223

class TrustStoreRevocation < 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)


4223
4224
4225
4226
4227
4228
4229
4230
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4223

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