CreateHomeRegionControlRequest
public struct CreateHomeRegionControlRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
Declaration
Swift
public let dryRun: Bool? -
The name of the home region of the calling account.
Declaration
Swift
public let homeRegion: String -
The account for which this command sets up a home region control. The Target is always of type ACCOUNT.
Declaration
Swift
public let target: Target -
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, homeRegion: String, target: Target) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateHomeRegionControlRequest Structure Reference