Class: Aws::WorkSpaces::Types::DescribeIpGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeIpGroupsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#result ⇒ Array<Types::WorkspacesIpGroup>
Information about the IP access control groups.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2136 class DescribeIpGroupsResult < Struct.new( :result, :next_token) SENSITIVE = [] include Aws::Structure end |
#result ⇒ Array<Types::WorkspacesIpGroup>
Information about the IP access control groups.
2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2136 class DescribeIpGroupsResult < Struct.new( :result, :next_token) SENSITIVE = [] include Aws::Structure end |