Credentials

public struct Credentials : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Access Key portion of the credentials.

    Declaration

    Swift

    public let accessKeyId: String?
  • The date at which these credentials will expire.

    Declaration

    Swift

    public let expiration: TimeStamp?
  • The Secret Access Key portion of the credentials

    Declaration

    Swift

    public let secretKey: String?
  • The Session Token portion of the credentials

    Declaration

    Swift

    public let sessionToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accessKeyId: String? = nil, expiration: TimeStamp? = nil, secretKey: String? = nil, sessionToken: String? = nil)