GrantAccessRequest
public struct GrantAccessRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The instance’s AWS OpsWorks Stacks ID.
Declaration
Swift
public let instanceId: String
-
The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.
Declaration
Swift
public let validForInMinutes: Int?
-
Undocumented
Declaration
Swift
public init(instanceId: String, validForInMinutes: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws