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.
3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3311 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.
3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3311 class RemoveTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids) SENSITIVE = [] include Aws::Structure end |