Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresOutput
- 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_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.
1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1801 class DescribeTrustStoresOutput < Struct.new( :trust_stores, :next_marker) SENSITIVE = [] include Aws::Structure end |
#trust_stores ⇒ Array<Types::TrustStore>
Information about the trust stores.
1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1801 class DescribeTrustStoresOutput < Struct.new( :trust_stores, :next_marker) SENSITIVE = [] include Aws::Structure end |