DescribeFleetMetadataResponse
public struct DescribeFleetMetadataResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier used by users to sign in to the Amazon WorkLink app.
Declaration
Swift
public let companyCode: String? -
The time that the fleet was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The name to display.
Declaration
Swift
public let displayName: String? -
The name of the fleet.
Declaration
Swift
public let fleetName: String? -
The current state of the fleet.
Declaration
Swift
public let fleetStatus: FleetStatus? -
The time that the fleet was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
Declaration
Swift
public let optimizeForEndUserLocation: Bool? -
The tags attached to the resource. A tag is a key-value pair.
Declaration
Swift
public let tags: [String : String]? -
init(companyCode:createdTime:displayName:fleetName:fleetStatus:lastUpdatedTime:optimizeForEndUserLocation:tags:)Undocumented
Declaration
Swift
public init(companyCode: String? = nil, createdTime: TimeStamp? = nil, displayName: String? = nil, fleetName: String? = nil, fleetStatus: FleetStatus? = nil, lastUpdatedTime: TimeStamp? = nil, optimizeForEndUserLocation: Bool? = nil, tags: [String : String]? = nil)
View on GitHub
DescribeFleetMetadataResponse Structure Reference