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)


1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1522

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:



1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1522

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