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

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)


1510
1511
1512
1513
1514
1515
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1510

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:



1510
1511
1512
1513
1514
1515
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1510

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