Class: Aws::ElasticLoadBalancingV2::Types::RemoveTrustStoreRevocationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::RemoveTrustStoreRevocationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revocation_ids ⇒ Array<Integer>
The revocation IDs of the revocation files you want to remove.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#revocation_ids ⇒ Array<Integer>
The revocation IDs of the revocation files you want to remove.
3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3120 class RemoveTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3120 class RemoveTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids) SENSITIVE = [] include Aws::Structure end |