Class: Aws::ElasticLoadBalancingV2::Types::DescribeSSLPoliciesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeSSLPoliciesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DescribeSSLPoliciesInput data as a hash:
{
names: ["SslPolicyName"],
marker: "Marker",
page_size: 1,
load_balancer_type: "application", # accepts application, network, gateway
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_type ⇒ String
The type of load balancer.
-
#marker ⇒ String
The marker for the next set of results.
-
#names ⇒ Array<String>
The names of the policies.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
Instance Attribute Details
#load_balancer_type ⇒ String
The type of load balancer. The default lists the SSL policies for all load balancers.
1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1671 class DescribeSSLPoliciesInput < Struct.new( :names, :marker, :page_size, :load_balancer_type) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1671 class DescribeSSLPoliciesInput < Struct.new( :names, :marker, :page_size, :load_balancer_type) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names of the policies.
1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1671 class DescribeSSLPoliciesInput < Struct.new( :names, :marker, :page_size, :load_balancer_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1671 class DescribeSSLPoliciesInput < Struct.new( :names, :marker, :page_size, :load_balancer_type) SENSITIVE = [] include Aws::Structure end |