Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresOutput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/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_stores ⇒ Array<Types::TrustStore>
Information about the trust stores.
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.
1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1719 class DescribeTrustStoresOutput < Struct.new( :trust_stores, :next_marker) SENSITIVE = [] include Aws::Structure end |
#trust_stores ⇒ Array<Types::TrustStore>
Information about the trust stores.
1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1719 class DescribeTrustStoresOutput < Struct.new( :trust_stores, :next_marker) SENSITIVE = [] include Aws::Structure end |