Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

Returns:

  • (String)


1597
1598
1599
1600
1601
1602
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1597

class DescribeTrustStoreRevocationsOutput < Struct.new(
  :trust_store_revocations,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_revocationsArray<Types::DescribeTrustStoreRevocation>

Information about the revocation file in the trust store.



1597
1598
1599
1600
1601
1602
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1597

class DescribeTrustStoreRevocationsOutput < Struct.new(
  :trust_store_revocations,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end