ServiceSpecificCredential

public struct ServiceSpecificCredential : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time, in ISO 8601 date-time format, when the service-specific credential were created.

    Declaration

    Swift

    public let createDate: TimeStamp
  • The name of the service associated with the service-specific credential.

    Declaration

    Swift

    public let serviceName: String
  • The generated password for the service-specific credential.

    Declaration

    Swift

    public let servicePassword: String
  • The unique identifier for the service-specific credential.

    Declaration

    Swift

    public let serviceSpecificCredentialId: String
  • The generated user name for the service-specific credential. This value is generated by combining the IAM user’s name combined with the ID number of the AWS account, as in jane-at-123456789012, for example. This value cannot be configured by the user.

    Declaration

    Swift

    public let serviceUserName: String
  • The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

    Declaration

    Swift

    public let status: StatusType
  • The name of the IAM user associated with the service-specific credential.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(createDate: TimeStamp, serviceName: String, servicePassword: String, serviceSpecificCredentialId: String, serviceUserName: String, status: StatusType, userName: String)