Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
-
#trust_store_revocations ⇒ Array<Types::DescribeTrustStoreRevocation>
Information about the revocation file in the trust store.
Instance Attribute Details
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1755 1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1755 class DescribeTrustStoreRevocationsOutput < Struct.new( :trust_store_revocations, :next_marker) SENSITIVE = [] include Aws::Structure end |
#trust_store_revocations ⇒ Array<Types::DescribeTrustStoreRevocation>
Information about the revocation file in the trust store.
1755 1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1755 class DescribeTrustStoreRevocationsOutput < Struct.new( :trust_store_revocations, :next_marker) SENSITIVE = [] include Aws::Structure end |