Class: Aws::WorkSpaces::Types::ListAvailableManagementCidrRangesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#management_cidr_rangesArray<String>

The list of available IP address ranges, specified as IPv4 CIDR blocks.

Returns:

  • (Array<String>)


3099
3100
3101
3102
3103
3104
# File 'lib/aws-sdk-workspaces/types.rb', line 3099

class ListAvailableManagementCidrRangesResult < Struct.new(
  :management_cidr_ranges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


3099
3100
3101
3102
3103
3104
# File 'lib/aws-sdk-workspaces/types.rb', line 3099

class ListAvailableManagementCidrRangesResult < Struct.new(
  :management_cidr_ranges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end