RoleLastUsed

public struct RoleLastUsed : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time, in ISO 8601 date-time format that the role was last used. This field is null if the role has not been used within the IAM tracking period. For more information about the tracking period, see Regions Where Data Is Tracked in the IAM User Guide.

    Declaration

    Swift

    public let lastUsedDate: TimeStamp?
  • The name of the AWS Region in which the role was last used.

    Declaration

    Swift

    public let region: String?
  • Undocumented

    Declaration

    Swift

    public init(lastUsedDate: TimeStamp? = nil, region: String? = nil)