You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeSSLPoliciesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  names: ["SslPolicyName"],
  marker: "Marker",
  page_size: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)

    The marker for the next set of results.

#namesArray<String>

The names of the policies.

Returns:

  • (Array<String>)

    The names of the policies.

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)

    The maximum number of results to return with this call.