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

Class: Aws::Transfer::Types::ListSecurityPoliciesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When you can get additional results from the ListSecurityPolicies operation, a NextToken parameter is returned in the output. In a following command, you can pass in the NextToken parameter to continue listing security policies.

Returns:

  • (String)

    When you can get additional results from the ListSecurityPolicies operation, a NextToken parameter is returned in the output.

#security_policy_namesArray<String>

An array of security policies that were listed.

Returns:

  • (Array<String>)

    An array of security policies that were listed.