FleetSummary
public struct FleetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier used by users to sign into the Amazon WorkLink app.
Declaration
Swift
public let companyCode: String? -
The time when the fleet was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The name of the fleet to display.
Declaration
Swift
public let displayName: String? -
The Amazon Resource Name (ARN) of the fleet.
Declaration
Swift
public let fleetArn: String? -
The name of the fleet.
Declaration
Swift
public let fleetName: String? -
The status of the fleet.
Declaration
Swift
public let fleetStatus: FleetStatus? -
The time when the fleet was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
The tags attached to the resource. A tag is a key-value pair.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(companyCode: String? = nil, createdTime: TimeStamp? = nil, displayName: String? = nil, fleetArn: String? = nil, fleetName: String? = nil, fleetStatus: FleetStatus? = nil, lastUpdatedTime: TimeStamp? = nil, tags: [String : String]? = nil)
View on GitHub
FleetSummary Structure Reference