DescribeFleetHistoryResult
public struct DescribeFleetHistoryResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID of the EC Fleet. DeclarationSwift public let fleetId: String?
- 
                  
                  Information about the events in the history of the EC2 Fleet. DeclarationSwift public let historyRecords: [HistoryRecordEntry]?
- 
                  
                  The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved. If nextToken indicates that there are more results, this value is not present. DeclarationSwift public let lastEvaluatedTime: TimeStamp?
- 
                  
                  The token for the next set of results. DeclarationSwift public let nextToken: String?
- 
                  
                  The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). DeclarationSwift public let startTime: TimeStamp?
- 
                  
                  Undocumented DeclarationSwift public init(fleetId: String? = nil, historyRecords: [HistoryRecordEntry]? = nil, lastEvaluatedTime: TimeStamp? = nil, nextToken: String? = nil, startTime: TimeStamp? = nil)
 View on GitHub
View on GitHub DescribeFleetHistoryResult Structure Reference
        DescribeFleetHistoryResult Structure Reference