Class: Aws::WorkSpaces::Types::AccountModification
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AccountModification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
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 used for the account.
-
#dedicated_tenancy_support ⇒ String
The status of BYOL (whether BYOL is being enabled or disabled).
-
#error_code ⇒ String
The error code that is returned if the configuration of BYOL cannot be modified.
-
#error_message ⇒ String
The text of the error message that is returned if the configuration of BYOL cannot be modified.
-
#modification_state ⇒ String
The state of the modification to the configuration of BYOL.
-
#start_time ⇒ Time
The timestamp when the modification of the BYOL configuration was started.
Instance Attribute Details
#dedicated_tenancy_management_cidr_range ⇒ String
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
118 119 120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-workspaces/types.rb', line 118 class AccountModification < Struct.new( :modification_state, :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range, :start_time, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#dedicated_tenancy_support ⇒ String
The status of BYOL (whether BYOL is being enabled or disabled).
118 119 120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-workspaces/types.rb', line 118 class AccountModification < Struct.new( :modification_state, :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range, :start_time, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code that is returned if the configuration of BYOL cannot be modified.
118 119 120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-workspaces/types.rb', line 118 class AccountModification < Struct.new( :modification_state, :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range, :start_time, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The text of the error message that is returned if the configuration of BYOL cannot be modified.
118 119 120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-workspaces/types.rb', line 118 class AccountModification < Struct.new( :modification_state, :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range, :start_time, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#modification_state ⇒ String
The state of the modification to the configuration of BYOL.
118 119 120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-workspaces/types.rb', line 118 class AccountModification < Struct.new( :modification_state, :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range, :start_time, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the modification of the BYOL configuration was started.
118 119 120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-workspaces/types.rb', line 118 class AccountModification < Struct.new( :modification_state, :dedicated_tenancy_support, :dedicated_tenancy_management_cidr_range, :start_time, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |