Class: Aws::WorkSpaces::Types::ModifyAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dedicated_tenancy_management_cidr_range ⇒ String
The IP address range, specified as an IPv4 CIDR block, for the management network interface.
-
#dedicated_tenancy_support ⇒ String
The status of BYOL.
Instance Attribute Details
#dedicated_tenancy_management_cidr_range ⇒ String
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.
3850 3851 3852 3853 3854 3855 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3850 class ModifyAccountRequest < Struct.new( :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range) SENSITIVE = [] include Aws::Structure end |
#dedicated_tenancy_support ⇒ String
The status of BYOL.
3850 3851 3852 3853 3854 3855 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3850 class ModifyAccountRequest < Struct.new( :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range) SENSITIVE = [] include Aws::Structure end |