UpdateRoleDescriptionRequest

public struct UpdateRoleDescriptionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new description that you want to apply to the specified role.

    Declaration

    Swift

    public let description: String
  • The name of the role that you want to modify.

    Declaration

    Swift

    public let roleName: String
  • Undocumented

    Declaration

    Swift

    public init(description: String, roleName: String)
  • Declaration

    Swift

    public func validate(name: String) throws