ListHoursOfOperationsResponse
public struct ListHoursOfOperationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the hours of operation.
Declaration
Swift
public let hoursOfOperationSummaryList: [HoursOfOperationSummary]?
-
If there are additional results, this is the token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(hoursOfOperationSummaryList: [HoursOfOperationSummary]? = nil, nextToken: String? = nil)