DescribeServicesResponse
public struct DescribeServicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The format version of the response. For example, aws_v1.
Declaration
Swift
public let formatVersion: String? -
The pagination token for the next set of retreivable results.
Declaration
Swift
public let nextToken: String? -
The service metadata for the service or services in the response.
Declaration
Swift
public let services: [Service]? -
Undocumented
Declaration
Swift
public init(formatVersion: String? = nil, nextToken: String? = nil, services: [Service]? = nil)
View on GitHub
DescribeServicesResponse Structure Reference