AccountModification
public struct AccountModification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
Declaration
Swift
public let dedicatedTenancyManagementCidrRange: String?
-
The status of BYOL (whether BYOL is being enabled or disabled).
Declaration
Swift
public let dedicatedTenancySupport: DedicatedTenancySupportResultEnum?
-
The error code that is returned if the configuration of BYOL cannot be modified.
Declaration
Swift
public let errorCode: String?
-
The text of the error message that is returned if the configuration of BYOL cannot be modified.
Declaration
Swift
public let errorMessage: String?
-
The state of the modification to the configuration of BYOL.
Declaration
Swift
public let modificationState: DedicatedTenancyModificationStateEnum?
-
The timestamp when the modification of the BYOL configuration was started.
Declaration
Swift
public let startTime: TimeStamp?
-
init(dedicatedTenancyManagementCidrRange:dedicatedTenancySupport:errorCode:errorMessage:modificationState:startTime:)
Undocumented
Declaration
Swift
public init(dedicatedTenancyManagementCidrRange: String? = nil, dedicatedTenancySupport: DedicatedTenancySupportResultEnum? = nil, errorCode: String? = nil, errorMessage: String? = nil, modificationState: DedicatedTenancyModificationStateEnum? = nil, startTime: TimeStamp? = nil)