AccessKeyMetadata

public struct AccessKeyMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for this access key.

    Declaration

    Swift

    public let accessKeyId: String?
  • The date when the access key was created.

    Declaration

    Swift

    public let createDate: TimeStamp?
  • The status of the access key. Active means that the key is valid for API calls; Inactive means it is not.

    Declaration

    Swift

    public let status: StatusType?
  • The name of the IAM user that the key is associated with.

    Declaration

    Swift

    public let userName: String?
  • Undocumented

    Declaration

    Swift

    public init(accessKeyId: String? = nil, createDate: TimeStamp? = nil, status: StatusType? = nil, userName: String? = nil)