InstanceInfo
public struct InstanceInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
Declaration
Swift
public let deregisterTime: TimeStamp?
-
The ARN of the IAM session associated with the on-premises instance.
Declaration
Swift
public let iamSessionArn: String?
-
The IAM user ARN associated with the on-premises instance.
Declaration
Swift
public let iamUserArn: String?
-
The ARN of the on-premises instance.
Declaration
Swift
public let instanceArn: String?
-
The name of the on-premises instance.
Declaration
Swift
public let instanceName: String?
-
The time at which the on-premises instance was registered.
Declaration
Swift
public let registerTime: TimeStamp?
-
The tags currently associated with the on-premises instance.
Declaration
Swift
public let tags: [Tag]?