Class: Aws::WorkSpaces::Types::ListAvailableManagementCidrRangesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ListAvailableManagementCidrRangesResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#management_cidr_ranges ⇒ Array<String>
The list of available IP address ranges, specified as IPv4 CIDR blocks.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#management_cidr_ranges ⇒ Array<String>
The list of available IP address ranges, specified as IPv4 CIDR blocks.
2373 2374 2375 2376 2377 2378 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2373 class ListAvailableManagementCidrRangesResult < Struct.new( :management_cidr_ranges, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2373 2374 2375 2376 2377 2378 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2373 class ListAvailableManagementCidrRangesResult < Struct.new( :management_cidr_ranges, :next_token) SENSITIVE = [] include Aws::Structure end |