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

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

Overview

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>)


1054
1055
1056
1057
1058
# File 'lib/aws-sdk-workspaces/types.rb', line 1054

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

#next_tokenString

The token to use to retrieve the next set of results, or null if no more results are available.

Returns:

  • (String)


1054
1055
1056
1057
1058
# File 'lib/aws-sdk-workspaces/types.rb', line 1054

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