AwsIamAccessKeyDetails

public struct AwsIamAccessKeyDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates when the IAM access key was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let createdAt: String?
  • The ID of the principal associated with an access key.

    Declaration

    Swift

    public let principalId: String?
  • The name of the principal.

    Declaration

    Swift

    public let principalName: String?
  • The type of principal associated with an access key.

    Declaration

    Swift

    public let principalType: String?
  • The status of the IAM access key related to a finding.

    Declaration

    Swift

    public let status: AwsIamAccessKeyStatus?
  • Undocumented

    Declaration

    Swift

    public init(createdAt: String? = nil, principalId: String? = nil, principalName: String? = nil, principalType: String? = nil, status: AwsIamAccessKeyStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws