CreateFleetRequest
public struct CreateFleetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the fleet.
Declaration
Swift
public let name: String
-
A map that contains tag keys and tag values that are attached to the fleet.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(name: String, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws