Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreAssociationsOutput

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)


1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1693

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

#trust_store_associationsArray<Types::TrustStoreAssociation>

Information about the resources the trust store is associated to.

Returns:



1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1693

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