HomeRegionControl

public struct HomeRegionControl : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier that’s generated for each home region control. It’s always a string that begins with “hrc-” followed by 12 lowercase letters and numbers.

    Declaration

    Swift

    public let controlId: String?
  • The AWS Region that’s been set as home region. For example, “us-west-2” or “eu-central-1” are valid home regions.

    Declaration

    Swift

    public let homeRegion: String?
  • A timestamp representing the time when the customer called CreateHomeregionControl and set the home region for the account.

    Declaration

    Swift

    public let requestedTime: TimeStamp?
  • The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

    Declaration

    Swift

    public let target: Target?
  • Undocumented

    Declaration

    Swift

    public init(controlId: String? = nil, homeRegion: String? = nil, requestedTime: TimeStamp? = nil, target: Target? = nil)