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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1585

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.



1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1585

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