Class: Aws::ElasticLoadBalancingV2::Types::DescribeSSLPoliciesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeSSLPoliciesOutput
- 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.
-
#ssl_policies ⇒ Array<Types::SslPolicy>
Information about the security policies.
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.
1398 1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1398 class DescribeSSLPoliciesOutput < Struct.new( :ssl_policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#ssl_policies ⇒ Array<Types::SslPolicy>
Information about the security policies.
1398 1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1398 class DescribeSSLPoliciesOutput < Struct.new( :ssl_policies, :next_marker) SENSITIVE = [] include Aws::Structure end |