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

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

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

Overview

Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.

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)

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

#dedicated_tenancy_supportString

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

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

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

#error_codeString

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

Returns:

  • (String)

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

#error_messageString

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

Returns:

  • (String)

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

#modification_stateString

The state of the modification to the configuration of BYOL.

Possible values:

  • PENDING
  • COMPLETED
  • FAILED

Returns:

  • (String)

    The state of the modification to the configuration of BYOL.

#start_timeTime

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

Returns:

  • (Time)

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