TemporaryCredential

public struct TemporaryCredential : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The instance’s AWS OpsWorks Stacks ID.

    Declaration

    Swift

    public let instanceId: String?
  • The password.

    Declaration

    Swift

    public let password: String?
  • The user name.

    Declaration

    Swift

    public let username: 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 they are logged in at the time, they will be automatically logged out.

    Declaration

    Swift

    public let validForInMinutes: Int?
  • Undocumented

    Declaration

    Swift

    public init(instanceId: String? = nil, password: String? = nil, username: String? = nil, validForInMinutes: Int? = nil)