Class: Aws::WorkSpaces::Types::AccountModification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dedicated_tenancy_management_cidr_rangeString

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

Returns:

  • (String)


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_supportString

The status of BYOL (whether BYOL is being enabled or disabled).

Returns:

  • (String)


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_codeString

The error code that is returned if the configuration of BYOL cannot be modified.

Returns:

  • (String)


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_messageString

The text of the error message that is returned if the configuration of BYOL cannot be modified.

Returns:

  • (String)


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_stateString

The state of the modification to the configuration of BYOL.

Returns:

  • (String)


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_timeTime

The timestamp when the modification of the BYOL configuration was started.

Returns:

  • (Time)


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