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.
3395 3396 3397 3398 3399 3400 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3395 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.
3395 3396 3397 3398 3399 3400 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3395 class RemoveTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids) SENSITIVE = [] include Aws::Structure end |