DescribeScalableTargetsResponse
public struct DescribeScalableTargetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token required to get the next set of results. This value is null if there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
The scalable targets that match the request parameters.
Declaration
Swift
public let scalableTargets: [ScalableTarget]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, scalableTargets: [ScalableTarget]? = nil)