Class: Aws::ElasticLoadBalancingV2::Types::AddTrustStoreRevocationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::AddTrustStoreRevocationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_store_revocations ⇒ Array<Types::TrustStoreRevocation>
Information about the revocation file added to the trust store.
Instance Attribute Details
#trust_store_revocations ⇒ Array<Types::TrustStoreRevocation>
Information about the revocation file added to the trust store.
164 165 166 167 168 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 164 class AddTrustStoreRevocationsOutput < Struct.new( :trust_store_revocations) SENSITIVE = [] include Aws::Structure end |