EnvironmentInfoDescription
public struct EnvironmentInfoDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon EC2 Instance ID for this information.
Declaration
Swift
public let ec2InstanceId: String?
-
The type of information retrieved.
Declaration
Swift
public let infoType: EnvironmentInfoType?
-
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes. Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
Declaration
Swift
public let message: String?
-
The time stamp when this information was retrieved.
Declaration
Swift
public let sampleTimestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(ec2InstanceId: String? = nil, infoType: EnvironmentInfoType? = nil, message: String? = nil, sampleTimestamp: TimeStamp? = nil)