Class: Aws::ElasticLoadBalancingV2::Types::AddTrustStoreRevocationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::AddTrustStoreRevocationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revocation_contents ⇒ Array<Types::RevocationContent>
The revocation file to add.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#revocation_contents ⇒ Array<Types::RevocationContent>
The revocation file to add.
151 152 153 154 155 156 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 151 class AddTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_contents) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
151 152 153 154 155 156 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 151 class AddTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_contents) SENSITIVE = [] include Aws::Structure end |