ServiceSpecificCredentialMetadata
public struct ServiceSpecificCredentialMetadata : 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 unique identifier for the service-specific credential.
Declaration
Swift
public let serviceSpecificCredentialId: String
-
The generated user name for the service-specific credential.
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, serviceSpecificCredentialId: String, serviceUserName: String, status: StatusType, userName: String)