Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreAssociationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
-
#trust_store_associations ⇒ Array<Types::TrustStoreAssociation>
Information about the resources the trust store is associated to.
Instance Attribute Details
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1680 1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1680 class DescribeTrustStoreAssociationsOutput < Struct.new( :trust_store_associations, :next_marker) SENSITIVE = [] include Aws::Structure end |
#trust_store_associations ⇒ Array<Types::TrustStoreAssociation>
Information about the resources the trust store is associated to.
1680 1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1680 class DescribeTrustStoreAssociationsOutput < Struct.new( :trust_store_associations, :next_marker) SENSITIVE = [] include Aws::Structure end |