RegisterOnPremisesInstanceInput
public struct RegisterOnPremisesInstanceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the IAM session to associate with the on-premises instance.
Declaration
Swift
public let iamSessionArn: String? -
The ARN of the IAM user to associate with the on-premises instance.
Declaration
Swift
public let iamUserArn: String? -
The name of the on-premises instance to register.
Declaration
Swift
public let instanceName: String -
Undocumented
Declaration
Swift
public init(iamSessionArn: String? = nil, iamUserArn: String? = nil, instanceName: String)
View on GitHub
RegisterOnPremisesInstanceInput Structure Reference