Class: Aws::ElasticLoadBalancingV2::Types::DescribeSSLPoliciesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_typeString

The type of load balancer. The default lists the SSL policies for all load balancers.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1315

class DescribeSSLPoliciesInput < Struct.new(
  :names,
  :marker,
  :page_size,
  :load_balancer_type)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1315

class DescribeSSLPoliciesInput < Struct.new(
  :names,
  :marker,
  :page_size,
  :load_balancer_type)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

The names of the policies.

Returns:

  • (Array<String>)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1315

class DescribeSSLPoliciesInput < Struct.new(
  :names,
  :marker,
  :page_size,
  :load_balancer_type)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1315

class DescribeSSLPoliciesInput < Struct.new(
  :names,
  :marker,
  :page_size,
  :load_balancer_type)
  SENSITIVE = []
  include Aws::Structure
end