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

Class: Aws::WorkSpaces::Types::ModifyAccountRequest

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

Overview

Note:

When passing ModifyAccountRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  dedicated_tenancy_support: "ENABLED", # accepts ENABLED
  dedicated_tenancy_management_cidr_range: "DedicatedTenancyManagementCidrRange",
}

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_tenancy_management_cidr_rangeString

The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.

Returns:

  • (String)

    The IP address range, specified as an IPv4 CIDR block, for the management network interface.

#dedicated_tenancy_supportString

The status of BYOL.

Possible values:

  • ENABLED

Returns:

  • (String)

    The status of BYOL.