DescribeHomeRegionControlsResult

public struct DescribeHomeRegionControlsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array that contains your HomeRegionControl objects.

    Declaration

    Swift

    public let homeRegionControls: [HomeRegionControl]?
  • 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?
  • Undocumented

    Declaration

    Swift

    public init(homeRegionControls: [HomeRegionControl]? = nil, nextToken: String? = nil)