DescribeHomeRegionControlsRequest

public struct DescribeHomeRegionControlsRequest : AWSShape
extension MigrationHubConfig.DescribeHomeRegionControlsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ControlID is a unique identifier string of your HomeRegionControl object.

    Declaration

    Swift

    public let controlId: String?
  • The name of the home region you’d like to view.

    Declaration

    Swift

    public let homeRegion: String?
  • The maximum number of filtering results to display per page.

    Declaration

    Swift

    public let maxResults: Int?
  • If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

    Declaration

    Swift

    public let nextToken: String?
  • The target parameter specifies the identifier to which the home region is applied, which is always of type 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, maxResults: Int? = nil, nextToken: String? = nil, target: Target? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws